native: make registering as a candidate cost more
Follow neo-project/neo#2252.
This commit is contained in:
parent
8fad05c5bb
commit
476cbbebdc
4 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ func TestRegisterCandidate(t *testing.T) {
|
|||
"--wallet", validatorWallet,
|
||||
"--from", validatorAddr,
|
||||
"NEO:"+validatorPriv.Address()+":10",
|
||||
"GAS:"+validatorPriv.Address()+":100")
|
||||
"GAS:"+validatorPriv.Address()+":10000")
|
||||
e.checkTxPersisted(t)
|
||||
|
||||
e.In.WriteString("one\r")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue