mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
rm extra check
This commit is contained in:
parent
48c2cab486
commit
9b11ac163a
1 changed files with 0 additions and 3 deletions
|
|
@ -147,9 +147,6 @@ func (tt *TransactionTest) Run() error {
|
||||||
if common.Address(*expected.Sender) != sender {
|
if common.Address(*expected.Sender) != sender {
|
||||||
return fmt.Errorf("sender mismatch: got %x, want %x", sender, expected.Sender)
|
return fmt.Errorf("sender mismatch: got %x, want %x", sender, expected.Sender)
|
||||||
}
|
}
|
||||||
if hash != common.Hash(*expected.Hash) {
|
|
||||||
return fmt.Errorf("hash mismatch: got %x, want %x", hash, expected.Hash)
|
|
||||||
}
|
|
||||||
if uint64(expected.IntrinsicGas) != gas {
|
if uint64(expected.IntrinsicGas) != gas {
|
||||||
return fmt.Errorf("intrinsic gas mismatch: got %d, want %d", gas, uint64(expected.IntrinsicGas))
|
return fmt.Errorf("intrinsic gas mismatch: got %d, want %d", gas, uint64(expected.IntrinsicGas))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue