tests: format TransactionTest

This commit is contained in:
chocovayashi 2024-08-07 18:28:31 +09:00
parent 9ab5529447
commit ea7da4fd40

View file

@ -29,8 +29,8 @@ import (
// TransactionTest checks RLP decoding and sender derivation of transactions.
type TransactionTest struct {
Txbytes hexutil.Bytes `json:"txbytes"`
Result ttResult
Txbytes hexutil.Bytes `json:"txbytes"`
Result ttResult
}
type ttResult struct {