From 1d6dc089be4208a6f1693aa3d602665cecdfff54 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Sun, 20 Oct 2024 21:03:09 -0500 Subject: WIP scanning example once this is fixed it should show a live balance --- impls/monero.rs/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'impls/monero.rs/tests/integration_tests.rs') 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()); -- cgit v1.2.3