From ea7da4fd405fea7730fca71618bb7536e59dd929 Mon Sep 17 00:00:00 2001 From: chocovayashi Date: Wed, 7 Aug 2024 18:28:31 +0900 Subject: [PATCH] tests: format TransactionTest --- tests/transaction_test_util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/transaction_test_util.go b/tests/transaction_test_util.go index bdc0837e6e..d3dbbd5db2 100644 --- a/tests/transaction_test_util.go +++ b/tests/transaction_test_util.go @@ -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 {