Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Add reference to the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Feb 8, 2023
1 parent db26aed commit a2b8565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ledger/src/blockstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2857,8 +2857,9 @@ impl Blockstore {
}
// howdy, anybody who reached here from the panic messsage!
// the .unwrap() below could indicate there was an odd error or there
// could simply be a tx with a new alt, which is just created in this
// range. too bad... this edge case isn't currently supported.
// could simply be a tx with a new alt, which is just created/updated
// in this range. too bad... this edge case isn't currently supported.
// see: https://github.com/solana-labs/solana/issues/30165
// for casual use, please chose different slot range.
let sanitized_tx = bank.fully_verify_transaction(tx).unwrap();
sanitized_tx
Expand Down

0 comments on commit a2b8565

Please sign in to comment.