Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

rerun the score clean in hopes that will fix snaps #1020

Merged
merged 1 commit into from Sep 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion include/blockchain.hrl
Expand Up @@ -35,7 +35,8 @@
<<"h3dex2">>,
<<"gateway_lg3">>,
<<"clear_witnesses">>,
<<"clear_scores">>
<<"clear_scores">>,
<<"clear_scores2">>
]).

-define(bones(HNT), HNT * 100000000).
Expand Down
1 change: 1 addition & 0 deletions src/blockchain.erl
Expand Up @@ -121,6 +121,7 @@
fun bootstrap_h3dex/1,
fun upgrade_gateways_lg/1,
fun clear_witnesses/1,
fun upgrade_gateways_score/1,
fun upgrade_gateways_score/1]).

-type blocks() :: #{blockchain_block:hash() => blockchain_block:block()}.
Expand Down