Skip to content

Commit

Permalink
v1.17: ledger-tool: support v0 transactions in blocks from bigtable (…
Browse files Browse the repository at this point in the history
…backport of #34544) (#34550)

ledger-tool: support v0 transactions in blocks from bigtable (#34544)

Support v0 transactions

(cherry picked from commit 7d209a4)

Co-authored-by: Tyera <tyera@solana.com>
  • Loading branch information
mergify[bot] and CriesofCarrots authored Dec 21, 2023
1 parent de35043 commit ef1fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/bigtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async fn block(
BlockEncodingOptions {
transaction_details: TransactionDetails::Full,
show_rewards: true,
max_supported_transaction_version: None,
max_supported_transaction_version: Some(0),
},
)
.map_err(|err| match err {
Expand Down

0 comments on commit ef1fb9e

Please sign in to comment.