We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4812466 commit 632be3fCopy full SHA for 632be3f
base_layer/wallet/src/transaction_service/storage/sqlite_db.rs
@@ -1057,7 +1057,7 @@ impl TransactionBackend for TransactionServiceSqliteDatabase {
1057
let cipher = acquire_read_lock!(self.cipher);
1058
1059
let mut query = completed_transactions::table.into_boxed();
1060
-if let Some(id) = payment_id{
+ if let Some(id) = payment_id {
1061
query = query.filter(completed_transactions::user_payment_id.eq(id));
1062
}
1063
if let Some(hash) = block_hash {
0 commit comments