native: add getCommitteeAddress method
Port neo-project/neo#3154. Close #3334 Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
This commit is contained in:
parent
900ef462df
commit
e0328cc1f8
5 changed files with 35 additions and 0 deletions
|
@ -163,6 +163,7 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"getAllCandidates", nil},
|
||||
{"getCandidateVote", []string{pub}},
|
||||
{"getCommittee", nil},
|
||||
{"getCommitteeAddress", nil},
|
||||
{"getGasPerBlock", nil},
|
||||
{"getNextBlockValidators", nil},
|
||||
{"getRegisterPrice", nil},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue