scripts: increase sysfee for tx execution in gendump script

This commit is contained in:
Anna Shaleva 2021-05-11 15:39:25 +03:00
parent 5071173dfd
commit ab53d5dfa5

View file

@ -99,7 +99,7 @@ func main() {
emit.AppCall(w.BinWriter, contractHash, "put", callflag.All, key, value) emit.AppCall(w.BinWriter, contractHash, "put", callflag.All, key, value)
handleError("can't create transaction", w.Err) 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.ValidUntilBlock = i + 1
tx.NetworkFee = 4_000_000 tx.NetworkFee = 4_000_000
tx.Nonce = nonce tx.Nonce = nonce