mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
tests: format TransactionTest
This commit is contained in:
parent
9ab5529447
commit
ea7da4fd40
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ import (
|
||||||
|
|
||||||
// TransactionTest checks RLP decoding and sender derivation of transactions.
|
// TransactionTest checks RLP decoding and sender derivation of transactions.
|
||||||
type TransactionTest struct {
|
type TransactionTest struct {
|
||||||
Txbytes hexutil.Bytes `json:"txbytes"`
|
Txbytes hexutil.Bytes `json:"txbytes"`
|
||||||
Result ttResult
|
Result ttResult
|
||||||
}
|
}
|
||||||
|
|
||||||
type ttResult struct {
|
type ttResult struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue