Skip to content

Commit b294891

Browse files
committed
lint fix
1 parent d789e42 commit b294891

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tx/reserved_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ func TestReservedDecoding(t *testing.T) {
8080
err = rlp.DecodeBytes([]byte{0xc2, 0x1, 0x80}, &r)
8181
assert.EqualError(t, err, "invalid reserved fields: not trimmed")
8282
}
83-

tx/transaction_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,4 +890,3 @@ func TestClausesDecodeAtLimit(t *testing.T) {
890890
var trx Transaction
891891
assert.NoError(t, trx.UnmarshalBinary(data))
892892
}
893-

0 commit comments

Comments
 (0)