diff --git a/api/handlers/signing.go b/api/handlers/signing.go index 90047ded..e7e090fa 100644 --- a/api/handlers/signing.go +++ b/api/handlers/signing.go @@ -135,6 +135,7 @@ func (h *SigningHandler) HandleSigning(w http.ResponseWriter, r *http.Request) { OrderHash: b.DepositId, DepositTxHash: b.DepositTxHash, Nonce: b.Nonce.Int, + Deadline: b.Deadline, LiquidityPool: common.HexToAddress(b.LiquidityPool), Caller: common.HexToAddress(b.Caller), BorrowAmount: b.BorrowAmount.Int,