native: make registering as a candidate cost more

Follow neo-project/neo#2252.
This commit is contained in:
Roman Khimov 2021-01-21 23:02:59 +03:00
parent 8fad05c5bb
commit 476cbbebdc
4 changed files with 8 additions and 8 deletions

View file

@ -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")