mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi: bools -> booleans
This commit is contained in:
parent
7f66a295b5
commit
e35498d923
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ type packUnpackTest struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
var packUnpackTests = []packUnpackTest{
|
var packUnpackTests = []packUnpackTest{
|
||||||
// Bools
|
// Booleans
|
||||||
{
|
{
|
||||||
def: `[{ "type": "bool" }]`,
|
def: `[{ "type": "bool" }]`,
|
||||||
packed: "0000000000000000000000000000000000000000000000000000000000000001",
|
packed: "0000000000000000000000000000000000000000000000000000000000000001",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue