Browse Source

reverted minor change

master
jahway603 3 years ago
parent
commit
d0077ef016
  1. 2
      getstats

2
getstats

@ -18,7 +18,7 @@ my $node_client = 'hush-cli'; # hush-cli client
#my $block_height = 570000; # start block
my $block_height = 699000; # changed start block
my $blockchaininfo = node_cli('getblockchaininfo', '');
my $blockchaininfo = node_cli('getblockchaininfo');
print "Block\tEpoch\tShieldedOutputs\n";

Loading…
Cancel
Save