From 2a079d1cbe793f46b4468447b759d9dab635a99c Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Wed, 3 Oct 2018 09:42:19 -0400 Subject: [PATCH] Update journal types --- state/journal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/journal.go b/state/journal.go index 77a09d2e..655cea1a 100644 --- a/state/journal.go +++ b/state/journal.go @@ -92,7 +92,7 @@ type ( nonceChange struct { account *common.Address - prev uint64 + prev int64 } storageChange struct {