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

Commit

Permalink
ledger-tool: support v0 transactions in blocks from bigtable (#34544)
Browse files Browse the repository at this point in the history
Support v0 transactions
  • Loading branch information
Tyera authored Dec 20, 2023
1 parent 09efd70 commit 7d209a4
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 @@ -130,7 +130,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 7d209a4

Please sign in to comment.