Skip to content

Commit

Permalink
bump version of havenod to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 10, 2023
1 parent d27274d commit 63054a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const TestConfig = {
testDataDir: "./testdata",
haveno: {
path: "../haveno",
version: "1.0.11"
version: "1.0.12"
},
monerod: {
url: "http://localhost:" + (getBaseCurrencyNetwork() == BaseCurrencyNetwork.XMR_LOCAL ? "4" : getNetworkStartPort()) + "8081", // 18081, 28081, 48081 for mainnet, stagenet, and local testnet, respectively
Expand Down Expand Up @@ -161,7 +161,7 @@ const TestConfig = {
awaitFundsToTakeOffer: true,
offerId: undefined,
takerPaymentAccountId: undefined,
buyerSendsPayment: true,
buyerSendsPayment: false,
sellerReceivesPayment: true,
resolveDispute: true, // resolve dispute after opening
disputeWinner: DisputeResult.Winner.SELLER,
Expand Down

0 comments on commit 63054a1

Please sign in to comment.