Skip to content

Commit 06cba74

Browse files
authored
fix: json typo in signing api (#69)
1 parent ddf6232 commit 06cba74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/handlers/signing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type SigningBody struct {
3232
Calldata string `json:"calldata"`
3333
DepositTxHash string `json:"depositTxHash"`
3434
BorrowAmount *BigInt `json:"borrowAmount"`
35-
RepaymentChainId uint64 `jsoin:"repaymentChainId"`
35+
RepaymentChainId uint64 `json:"repaymentChainId"`
3636
}
3737

3838
type SigningHandler struct {

0 commit comments

Comments
 (0)