From ab53d5dfa5a08077bbb918c68179f401e0b47e93 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Tue, 11 May 2021 15:39:25 +0300 Subject: [PATCH] scripts: increase sysfee for tx execution in gendump script --- scripts/gendump/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gendump/main.go b/scripts/gendump/main.go index 60a8024bc..879059726 100644 --- a/scripts/gendump/main.go +++ b/scripts/gendump/main.go @@ -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