Remove verifcation flag from compact_filters

This commit is contained in:
rajarshimaitra 2022-01-02 15:14:32 +05:30
parent 53c30b0479
commit b05ee78c73
No known key found for this signature in database
GPG Key ID: 558ACE7DBB4377C8

View File

@ -207,7 +207,6 @@ impl CompactFiltersBlockchain {
received: incoming,
sent: outgoing,
confirmation_time: BlockTime::new(height, timestamp),
verified: height.is_some(),
fee: Some(inputs_sum.saturating_sub(outputs_sum)),
};