From b4a5749378aed423bbaa6d3f7867d43ad55e836b Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 27 Mar 2024 10:40:07 -0400 Subject: [PATCH] test havenod v0.0.21 --- src/HavenoClient.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index 1a91b66b..9f2dd43b 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -351,7 +351,7 @@ const TestConfig = { testDataDir: "./testdata", haveno: { path: "../haveno", - version: "1.0.20" + version: "1.0.21" }, monerod: { url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, and stagenet, respectively