Skip to content

Commit

Permalink
Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Nov 14, 2024
1 parent 3a281aa commit 6dfb170
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/rfq/relayer/relapi/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ func (c *RelayerServerSuite) getTestQuoteRequest(status reldb.QuoteRequestStatus
Nonce: big.NewInt(0),
ExclusivityEndTime: big.NewInt(0),
OriginFeeAmount: big.NewInt(0),
CallValue: big.NewInt(0),
CallParams: []byte{},
ZapNative: big.NewInt(0),
ZapData: []byte{},
},
OriginTxHash: common.HexToHash("0x0000000"),
DestTxHash: common.HexToHash("0x0000001"),
Expand Down
4 changes: 2 additions & 2 deletions services/rfq/relayer/reldb/base/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ func TestRoundtripBetweenFromQuoteRequestAndToQuoteRequest(t *testing.T) {
Nonce: big.NewInt(1),
ExclusivityEndTime: big.NewInt(0),
OriginFeeAmount: big.NewInt(0),
CallValue: big.NewInt(0),
CallParams: []byte{},
ZapNative: big.NewInt(0),
ZapData: []byte{},
},
Status: reldb.QuoteRequestStatus(1),
}
Expand Down

0 comments on commit 6dfb170

Please sign in to comment.