scripts: increase sysfee for tx execution in gendump script
This commit is contained in:
parent
5071173dfd
commit
ab53d5dfa5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ func main() {
|
|||
emit.AppCall(w.BinWriter, contractHash, "put", callflag.All, key, value)
|
||||
handleError("can't create transaction", w.Err)
|
||||
|
||||
tx := transaction.New(w.Bytes(), 4_000_000)
|
||||
tx := transaction.New(w.Bytes(), 4_040_000)
|
||||
tx.ValidUntilBlock = i + 1
|
||||
tx.NetworkFee = 4_000_000
|
||||
tx.Nonce = nonce
|
||||
|
|
Loading…
Reference in a new issue