Skip to content

Commit

Permalink
fix expired_transaction() test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Oct 14, 2021
1 parent ed87a94 commit ec6e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recovery/tally.rs
Expand Up @@ -415,7 +415,7 @@ pub fn recover_ledger_from_logs(
fragment_replayer.confirm_fragment(&fragment);
}
Err((
err @ Error::LedgerError(ledger::Error::VotePlan(_) | ledger::Error::TransactionMalformed(_) | ledger::Error::Account(LedgerError::ValueError(
err @ Error::LedgerError(ledger::Error::VotePlan(_) | ledger::Error::InvalidTransactionValidity(_) | ledger::Error::Account(LedgerError::ValueError(
ValueError::NegativeAmount,
)))
| err @ Error::ValidationError(_)
Expand Down

0 comments on commit ec6e58d

Please sign in to comment.