From f8faefa5f0bbe8937cd1ce59b2d62a86040eeed0 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Thu, 7 May 2020 11:07:28 +0200 Subject: [PATCH] core/state: go fmt --- core/state/dump.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/dump.go b/core/state/dump.go index 0c5e58f051..8224e160b6 100644 --- a/core/state/dump.go +++ b/core/state/dump.go @@ -126,7 +126,7 @@ func (s *StateDB) dump(c collector, excludeCode, excludeStorage, excludeMissingP if excludeMissingPreimages { continue } - account.SecureKey = it.Key + account.SecureKey = it.Key } addr := common.BytesToAddress(addrBytes) obj := newObject(nil, addr, data)