mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-01-12 07:49:52 -05:00
set version to 0.0.1
This commit is contained in:
parent
33eda9f8dc
commit
f02e18299d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user