diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index eecf31d8..4ac82b90 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -329,7 +329,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.15" + version: "1.0.16" }, monerod: { url: "http://localhost:" + (getBaseCurrencyNetwork() == BaseCurrencyNetwork.XMR_LOCAL ? "4" : getNetworkStartPort()) + "8081", // 18081, 28081, 48081 for mainnet, stagenet, and local testnet, respectively