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

Support v0 transactions
This commit is contained in:
Tyera 2023-12-20 12:54:39 -07:00 committed by GitHub
parent 09efd704eb
commit 7d209a448d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {