Skip to content

Commit

Permalink
adjust function call
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoos committed Feb 29, 2024
1 parent 7177aed commit f943bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eibc_fulfillment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func TestEIBCFulfillment(t *testing.T) {
fmt.Println("Event:", eibcEvents[0])

// fulfill demand order
txhash, err := dymension.FullfillDemandOrder(ctx, dymension.CosmosChain.FullNodes[0], eibcEvents[0].ID, marketMakerAddr)
txhash, err := dymension.FullfillDemandOrder(ctx, eibcEvents[0].ID, marketMakerAddr)
require.NoError(t, err)
fmt.Println(txhash)

Expand Down

0 comments on commit f943bc0

Please sign in to comment.