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

Commit e434162

Browse files
authored
Merge pull request #684 from helium/pevm/re-remove-txns-from-order
remove gen price and bundle from sort order
2 parents 1c33508 + 94418d2 commit e434162

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/transactions/blockchain_txn.erl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@
113113
{blockchain_txn_price_oracle_v1, 23},
114114
{blockchain_txn_state_channel_close_v1, 24},
115115
{blockchain_txn_token_burn_v1, 25},
116-
{blockchain_txn_transfer_hotspot_v1, 26},
117-
%% UNUSED just added for completeness
118-
{blockchain_txn_bundle_v1, 27},
119-
%% UNUSED just added for completeness
120-
{blockchain_txn_gen_price_oracle_v1, 28}
116+
{blockchain_txn_transfer_hotspot_v1, 26}
121117
]).
122118

123119
block_delay() ->

0 commit comments

Comments
 (0)