mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-05 23:55:11 +00:00
native: allow to set candidate register price
This commit is contained in:
parent
b780a64b4d
commit
27fc28bd69
5 changed files with 84 additions and 1 deletions
|
@ -110,8 +110,10 @@ func TestNativeHelpersCompile(t *testing.T) {
|
|||
{"getCommittee", nil},
|
||||
{"getGasPerBlock", nil},
|
||||
{"getNextBlockValidators", nil},
|
||||
{"getRegisterPrice", nil},
|
||||
{"registerCandidate", []string{pub}},
|
||||
{"setGasPerBlock", []string{"1"}},
|
||||
{"setRegisterPrice", []string{"10"}},
|
||||
{"vote", []string{u160, pub}},
|
||||
{"unclaimedGas", []string{u160, "123"}},
|
||||
{"unregisterCandidate", []string{pub}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue