We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf6232 commit 06cba74Copy full SHA for 06cba74
api/handlers/signing.go
@@ -32,7 +32,7 @@ type SigningBody struct {
32
Calldata string `json:"calldata"`
33
DepositTxHash string `json:"depositTxHash"`
34
BorrowAmount *BigInt `json:"borrowAmount"`
35
- RepaymentChainId uint64 `jsoin:"repaymentChainId"`
+ RepaymentChainId uint64 `json:"repaymentChainId"`
36
}
37
38
type SigningHandler struct {
0 commit comments