Do request verification in parallel, and then process the verified requests

This commit is contained in:
Greg Fitzgerald
2018-03-29 13:18:08 -06:00
parent c59c38e50e
commit 22f5985f1b
2 changed files with 17 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ impl Accountant {
}
/// Process a Transaction that has already been verified.
fn process_verified_transaction(
pub fn process_verified_transaction(
self: &mut Self,
tr: &Transaction,
allow_deposits: bool,