mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
hard withdraw eip712 type should be Coin[], not Coin (#1493)
This commit is contained in:
parent
3b28707146
commit
f5ef155098
2
ci/env/kava-internal-testnet/genesis.json
vendored
2
ci/env/kava-internal-testnet/genesis.json
vendored
@ -1223,7 +1223,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "amount",
|
"name": "amount",
|
||||||
"type": "Coin"
|
"type": "Coin[]"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user