diff options
Diffstat (limited to 'impls/monero.rs/tests/integration_tests.rs')
| -rw-r--r-- | impls/monero.rs/tests/integration_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/impls/monero.rs/tests/integration_tests.rs b/impls/monero.rs/tests/integration_tests.rs index 6dea846..6ce7a30 100644 --- a/impls/monero.rs/tests/integration_tests.rs +++ b/impls/monero.rs/tests/integration_tests.rs @@ -504,7 +504,7 @@ fn test_get_balance_integration() { // Fetch the balance. println!("Fetching wallet balance..."); let start = Instant::now(); - let balance_result = wallet.get_balance(0); // Account index 0 + let balance_result = wallet.get_balance(0); // Account index 0. println!("Fetching balance took {:?}", start.elapsed()); assert!(balance_result.is_ok(), "Failed to fetch balance: {:?}", balance_result.err()); |
