Skip to content

Commit

Permalink
Update compare reference-bigtable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg committed Dec 18, 2023
1 parent c1568ea commit 1431016
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 @@ -1168,7 +1168,7 @@ pub fn bigtable_process_command(ledger_path: &Path, matches: &ArgMatches<'_>) {
let ref_app_profile_id =
value_t_or_exit!(arg_matches, "reference_app_profile_id", String);
let ref_config = solana_storage_bigtable::LedgerStorageConfig {
read_only: false,
read_only: true,
credential_type: CredentialType::Filepath(credential_path),
instance_name: ref_instance_name,
app_profile_id: ref_app_profile_id,
Expand Down

0 comments on commit 1431016

Please sign in to comment.