Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #965 from helium/ak/validator1.0.4
Browse files Browse the repository at this point in the history
Bump the snapshot and Increment version to 1.0.4
  • Loading branch information
Vagabond authored Aug 4, 2021
2 parents e407fed + 880b382 commit cfb8862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
{s3_base_url, "https://snapshots.helium.wtf/mainnet"},
{honor_quick_sync, true},
{quick_sync_mode, blessed_snapshot},
{blessed_snapshot_block_height, 948961},
{blessed_snapshot_block_height, 951841},
{blessed_snapshot_block_hash,
<<19,50,5,163,142,196,109,103,169,240,60,199,176,169,186,104,164,133,24,6,243,111,228,119,250,190,59,71,42,81,85,135>>},
<<17,192,210,182,195,144,79,215,63,74,240,71,17,246,252,69,82,37,116,54,129,177,159,208,10,128,68,221,117,225,27,239>>},
{port, 44158},
{key, {ecc, [{key_slot, 0}, {onboarding_key_slot, 15}, {bus, "i2c-1"}, {address, 16#60}]}}, %% don't make this the last line in the stanza because sed and keep it on one line
{base_dir, "/var/data"},
Expand Down
2 changes: 1 addition & 1 deletion src/miner.erl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ remove_consensus() ->
version() ->
%% format:
%% MMMmmmPPPP
0010010003.
0010010004.

%% ------------------------------------------------------------------
%% gen_server
Expand Down

0 comments on commit cfb8862

Please sign in to comment.