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

Commit ef1fb9e

Browse files
mergify[bot]Tyera
and
Tyera
authored
v1.17: ledger-tool: support v0 transactions in blocks from bigtable (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 <[email protected]>
1 parent de35043 commit ef1fb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger-tool/src/bigtable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async fn block(
126126
BlockEncodingOptions {
127127
transaction_details: TransactionDetails::Full,
128128
show_rewards: true,
129-
max_supported_transaction_version: None,
129+
max_supported_transaction_version: Some(0),
130130
},
131131
)
132132
.map_err(|err| match err {

0 commit comments

Comments
 (0)