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

@@ -230,7 +230,6 @@ mod test {
timestamp: 12345678,
height: 5000,
}),
verified: true,
})
.unwrap();

View File

@@ -712,7 +712,6 @@ where
received,
sent,
fee: Some(fee_amount),
verified: true,
};
Ok((psbt, transaction_details))