hard withdraw eip712 type should be Coin[], not Coin (#1493)

This commit is contained in:
Paul Downing 2023-03-09 17:42:57 -06:00 committed by GitHub
parent 3b28707146
commit f5ef155098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1223,7 +1223,7 @@
},
{
"name": "amount",
"type": "Coin"
"type": "Coin[]"
}
]
},