Skip to content

Commit

Permalink
fdctl: pass accounts_path onto labs client
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanmaxe authored and mmcgee-jump committed Nov 20, 2023
1 parent 82fc2d3 commit c358f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/fdctl/run/run_solana.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ solana_labs_main( void * args ) {

/* ledger */
ADD( "--ledger", config->ledger.path );
if( strcmp( "", config->ledger.accounts_path ) ) ADD( "--accounts", config->ledger.accounts_path );
ADDU( "--limit-ledger-size", config->ledger.limit_size );
if( config->ledger.bigtable_storage ) ADD1( "--enable-rpc-bigtable-ledger-storage" );
for( ulong i=0; i<config->ledger.account_indexes_cnt; i++ )
Expand Down

0 comments on commit c358f4f

Please sign in to comment.