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

Commit

Permalink
Merge pull request #684 from helium/pevm/re-remove-txns-from-order
Browse files Browse the repository at this point in the history
remove gen price and bundle from sort order
  • Loading branch information
evanmcc authored Nov 30, 2020
2 parents 1c33508 + 94418d2 commit e434162
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/transactions/blockchain_txn.erl
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@
{blockchain_txn_price_oracle_v1, 23},
{blockchain_txn_state_channel_close_v1, 24},
{blockchain_txn_token_burn_v1, 25},
{blockchain_txn_transfer_hotspot_v1, 26},
%% UNUSED just added for completeness
{blockchain_txn_bundle_v1, 27},
%% UNUSED just added for completeness
{blockchain_txn_gen_price_oracle_v1, 28}
{blockchain_txn_transfer_hotspot_v1, 26}
]).

block_delay() ->
Expand Down

0 comments on commit e434162

Please sign in to comment.