diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-18 21:18:12 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-18 21:18:12 -0500 |
| commit | be9cc333d7d014bf8e246af4e4e48b4a80f2f2e4 (patch) | |
| tree | 1a3dd384e87e301a72783131222e6570740a9689 /impls/monero.rs/tests/integration_tests.rs | |
| parent | e112ca47173a3adcc9632845df815f07d20c4711 (diff) | |
add TODO
Diffstat (limited to 'impls/monero.rs/tests/integration_tests.rs')
| -rw-r--r-- | impls/monero.rs/tests/integration_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
