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

Commit

Permalink
Merge pull request #441 from helium/madninja/subnetwork_fund_v1
Browse files Browse the repository at this point in the history
Add subnetwork_fund_v1 to the supported txn types
  • Loading branch information
madninja committed Nov 18, 2022
2 parents f365282 + 1e0c605 commit 4136589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bh_route_txns.erl
Expand Up @@ -87,7 +87,8 @@
<<"validator_heartbeat_v1">>,
<<"consensus_group_failure_v1">>,
<<"add_subnetwork_v1">>,
<<"subnetwork_rewards_v1">>
<<"subnetwork_rewards_v1">>,
<<"subnetwork_fund_v1">>
]).

update_type_cache(Conn) ->
Expand Down

0 comments on commit 4136589

Please sign in to comment.