set version to 0.0.1

This commit is contained in:
woodser 2022-07-17 07:57:51 -04:00
parent 33eda9f8dc
commit f02e18299d

View File

@ -43,7 +43,7 @@ const TestConfig = {
testDataDir: "./testdata", testDataDir: "./testdata",
haveno: { haveno: {
path: "../haveno", path: "../haveno",
version: "1.6.2" version: "0.0.1"
}, },
monerod: { monerod: {
url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, stagenet respectively url: "http://localhost:" + getNetworkStartPort() + "8081", // 18081, 28081, 38081 for mainnet, testnet, stagenet respectively
@ -1723,7 +1723,7 @@ test("Handles unexpected errors during trade initialization", async () => {
assert.equal(offer.getState(), "AVAILABLE"); assert.equal(offer.getState(), "AVAILABLE");
} }
// trader 0 spends trade funds then trader 2 takes offer // trader 0 spends trade funds after trader 2 takes offer
wait(3000).then(async function() { wait(3000).then(async function() {
try { try {
const traderWallet = await monerojs.connectToWalletRpc("http://localhost:" + traders[0].getWalletRpcPort(), TestConfig.defaultHavenod.walletUsername, TestConfig.defaultHavenod.accountPassword); const traderWallet = await monerojs.connectToWalletRpc("http://localhost:" + traders[0].getWalletRpcPort(), TestConfig.defaultHavenod.walletUsername, TestConfig.defaultHavenod.accountPassword);