diff --git a/core/types/block_test.go b/core/types/block_test.go index 15e73c228..12b244aa0 100644 --- a/core/types/block_test.go +++ b/core/types/block_test.go @@ -120,12 +120,6 @@ func TestBlock_SetLastCommitSig(t *testing.T) { } func TestBlock_DecodeRLP(t *testing.T) { - type fields struct { - header *block.Header - uncles []*block.Header - transactions Transactions - incomingReceipts CXReceiptsProofs - } type args struct { s *rlp.Stream }