Skip to content

Commit

Permalink
Merge pull request #218 from aeyakovenko/multitest-rebase
Browse files Browse the repository at this point in the history
multinode test
  • Loading branch information
garious authored May 14, 2018
2 parents a604dcb + 421273f commit f4971be
Show file tree
Hide file tree
Showing 9 changed files with 392 additions and 154 deletions.
1 change: 1 addition & 0 deletions src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ impl Bank {
/// Deduct tokens from the 'from' address the account has sufficient
/// funds and isn't a duplicate.
pub fn process_verified_transaction_debits(&self, tr: &Transaction) -> Result<()> {
info!("Transaction {}", tr.data.tokens);
let bals = self.balances
.read()
.expect("'balances' read lock in process_verified_transaction_debits");
Expand Down
Loading

0 comments on commit f4971be

Please sign in to comment.