From 08c7c1b413768c8ba3d22113c06576303f534122 Mon Sep 17 00:00:00 2001 From: j-berman Date: Fri, 22 Mar 2024 14:26:42 -0700 Subject: [PATCH] monero: reference updated PR in fee test comment --- coins/monero/tests/wallet2_compatibility.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coins/monero/tests/wallet2_compatibility.rs b/coins/monero/tests/wallet2_compatibility.rs index 2002f3bd..c6b58978 100644 --- a/coins/monero/tests/wallet2_compatibility.rs +++ b/coins/monero/tests/wallet2_compatibility.rs @@ -88,7 +88,7 @@ async fn from_wallet_rpc_to_self(spec: AddressSpec) { .unwrap(); let tx_hash = hex::decode(tx.tx_hash).unwrap().try_into().unwrap(); - // TODO: Needs https://github.com/monero-project/monero/pull/8882 + // TODO: Needs https://github.com/monero-project/monero/pull/9260 // let fee_rate = daemon_rpc // .get_fee(daemon_rpc.get_protocol().await.unwrap(), FeePriority::Unimportant) // .await @@ -107,7 +107,7 @@ async fn from_wallet_rpc_to_self(spec: AddressSpec) { let tx = daemon_rpc.get_transaction(tx_hash).await.unwrap(); let output = scanner.scan_transaction(&tx).not_locked().swap_remove(0); - // TODO: Needs https://github.com/monero-project/monero/pull/8882 + // TODO: Needs https://github.com/monero-project/monero/pull/9260 // runner::check_weight_and_fee(&tx, fee_rate); match spec {