From bc1e4f500d2de2c7b56d84ccda0559c1781f9b66 Mon Sep 17 00:00:00 2001 From: i-norden Date: Tue, 28 Mar 2023 14:47:58 -0500 Subject: [PATCH] fix linting --- statediff/builder_test.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/statediff/builder_test.go b/statediff/builder_test.go index b9e3a0571..865da91ac 100644 --- a/statediff/builder_test.go +++ b/statediff/builder_test.go @@ -2321,18 +2321,6 @@ var ( contractAccountAtBlock2bRLP, }) - minerAccountAtBlock3b = &types.StateAccount{ - Nonce: 0, - Balance: big.NewInt(4000417525320086000), - CodeHash: test_helpers.NullCodeHash.Bytes(), - Root: test_helpers.EmptyContractRoot, - } - minerAccountAtBlock3bRLP, _ = rlp.EncodeToBytes(minerAccountAtBlock3b) - minerAccountAtBlock3bLeafNode, _ = rlp.EncodeToBytes(&[]interface{}{ - common.Hex2Bytes("3380c7b7ae81a58eb98d9c78de4a1fd7fd9535fc953ed2be602daaa41767312a"), - minerAccountAtBlock3bRLP, - }) - bankAccountAtBlock3bBalance, _ = big.NewInt(0).SetString("18000000000000000000000001999920365757724976", 10) bankAccountAtBlock3b = &types.StateAccount{ Nonce: 3,