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

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

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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