accounts/abi: bools -> booleans

This commit is contained in:
Marius van der Wijden 2020-04-22 11:48:01 +02:00
parent 7f66a295b5
commit e35498d923

View file

@ -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",