Skip to content

Commit

Permalink
Formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal committed Nov 12, 2021
1 parent e84a38b commit 9c9ea28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/src/wallet_modes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async fn run_grpc(grpc: WalletGrpcServer, grpc_console_wallet_address: Multiaddr
.serve(socket)
.await
.map_err(|e| format!("GRPC server returned error:{}", e))?;

// Do not remove this println!
const CUCUMBER_TEST_MARKER_B: &str = "Tari Console Wallet running... (gRPC mode completed)";
println!("{}", CUCUMBER_TEST_MARKER_B);
Expand Down
10 changes: 5 additions & 5 deletions integration_tests/features/support/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -3512,7 +3512,7 @@ async function wallet_run_command(
return true;
},
true,
timeOutSeconds * 1000,
timeOutSeconds * 1000,
5 * 1000,
5
);
Expand Down Expand Up @@ -3540,7 +3540,7 @@ When(
await wallet_run_command(
wallet,
`send-tari ${amount} ${dest_pubkey} test message`,
180
180
);
// await wallet.sendTari(dest_pubkey, amount, "test message");
}
Expand All @@ -3555,7 +3555,7 @@ When(
await wallet_run_command(
wallet,
`send-one-sided ${amount} ${dest_pubkey} test message`,
180
180
);
// await wallet.sendOneSided(dest_pubkey, amount, "test message");
}
Expand All @@ -3570,7 +3570,7 @@ Then(
await wallet_run_command(
wallet,
`make-it-rain ${freq} ${duration} ${amount} ${amount_inc} now ${dest_pubkey} negotiated test message`,
300
300
);
}
);
Expand All @@ -3594,7 +3594,7 @@ When(
await wallet_run_command(
wallet,
`coin-split ${amount_per_coin} ${number_of_coins}`,
180
180
);
}
);
Expand Down

0 comments on commit 9c9ea28

Please sign in to comment.