From be9cc333d7d014bf8e246af4e4e48b4a80f2f2e4 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Fri, 18 Oct 2024 21:18:12 -0500 Subject: add TODO --- impls/monero.rs/tests/integration_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 0a2c171..1871d0f 100644 --- a/impls/monero.rs/tests/integration_tests.rs +++ b/impls/monero.rs/tests/integration_tests.rs @@ -561,8 +561,8 @@ fn test_refresh_integration_success() { // Define initialization configuration. let config = WalletConfig { - daemon_address: "http://localhost:18081".to_string(), // Ensure a daemon is running at this address - upper_transaction_size_limit: 10000, + daemon_address: "http://localhost:18081".to_string(), + upper_transaction_size_limit: 10000, // TODO: use sane value. daemon_username: "user".to_string(), daemon_password: "pass".to_string(), use_ssl: false, -- cgit v1.2.3