mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
go fmt
This commit is contained in:
parent
aa4436a0ab
commit
3bd9915d82
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ func TestGetCodeContractAddress(t *testing.T) {
|
||||||
|
|
||||||
getCodeContractAddressReturnValue, _ := call(t, state, vm.StateManagerAddress, getCodeContractAddressCalldata)
|
getCodeContractAddressReturnValue, _ := call(t, state, vm.StateManagerAddress, getCodeContractAddressCalldata)
|
||||||
|
|
||||||
if !bytes.Equal(getCodeContractAddressReturnValue[12:], address.Bytes()) {
|
if !bytes.Equal(getCodeContractAddressReturnValue[12:], address.Bytes()) {
|
||||||
t.Errorf("Expected %020x; got %020x", getCodeContractAddressReturnValue[12:], address.Bytes())
|
t.Errorf("Expected %020x; got %020x", getCodeContractAddressReturnValue[12:], address.Bytes())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue