From 71c9df8a08a9dc20b01929472ace0257c0f830c2 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 11 Mar 2024 01:45:23 -0400 Subject: [PATCH] Correct accumulated issues re: the uncommented Monero code --- coins/monero/tests/wallet2_compatibility.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coins/monero/tests/wallet2_compatibility.rs b/coins/monero/tests/wallet2_compatibility.rs index 37b8786a6..6a11d067e 100644 --- a/coins/monero/tests/wallet2_compatibility.rs +++ b/coins/monero/tests/wallet2_compatibility.rs @@ -11,7 +11,7 @@ use monero_serai::{ wallet::{ address::{Network, AddressSpec, SubaddressIndex, MoneroAddress}, extra::{MAX_TX_EXTRA_NONCE_SIZE, Extra, PaymentId}, - Scanner, + FeePriority, Scanner, }, };