Remove unused test struct

pull/1546/head
Eugene Kim 5 years ago
parent 10add4825f
commit 966d9b0b51
  1. 6
      core/types/block_test.go

@ -120,12 +120,6 @@ func TestBlock_SetLastCommitSig(t *testing.T) {
} }
func TestBlock_DecodeRLP(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 { type args struct {
s *rlp.Stream s *rlp.Stream
} }

Loading…
Cancel
Save