Remove verify flag from TransactionDetails

This commit is contained in:
rajarshimaitra
2021-12-16 21:06:59 +05:30
parent acbf0ae08e
commit 08f312a82f
7 changed files with 0 additions and 15 deletions

View File

@@ -515,7 +515,6 @@ macro_rules! populate_test_db {
received: 0,
sent: 0,
confirmation_time,
verified: current_height.is_some(),
};
db.set_tx(&tx_details).unwrap();

View File

@@ -348,7 +348,6 @@ pub mod test {
timestamp: 123456,
height: 1000,
}),
verified: true,
};
tree.set_tx(&tx_details).unwrap();