Remove unused field

This commit is contained in:
Thomas Eizinger 2021-03-11 15:34:27 +11:00
parent 7e0c44ad1d
commit f0a2134f76
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96

View File

@ -471,7 +471,6 @@ struct CheckTxKeyParams {
#[derive(Clone, Copy, Debug, Deserialize)]
pub struct CheckTxKey {
pub confirmations: u32,
pub in_pool: bool,
pub received: u64,
}