From f0a2134f76c4286364ad31016503b27f4002db34 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 11 Mar 2021 15:34:27 +1100 Subject: [PATCH] Remove unused field --- monero-rpc/src/rpc/wallet.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/monero-rpc/src/rpc/wallet.rs b/monero-rpc/src/rpc/wallet.rs index db106cbc..7481ee27 100644 --- a/monero-rpc/src/rpc/wallet.rs +++ b/monero-rpc/src/rpc/wallet.rs @@ -471,7 +471,6 @@ struct CheckTxKeyParams { #[derive(Clone, Copy, Debug, Deserialize)] pub struct CheckTxKey { pub confirmations: u32, - pub in_pool: bool, pub received: u64, }