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 {