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

Commit

Permalink
Merge pull request #27 from benjiewheeler/fix_bootstrap
Browse files Browse the repository at this point in the history
fix bootstrap error
  • Loading branch information
jolly-fellow authored Oct 3, 2022
2 parents 0e0b0d2 + 699276e commit 2856f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune/dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def activate_feature(self, code_name, preactivate=False):
elif code_name == "FORWARD_SETCODE":
self.send_action('activate', 'eosio', '["2652f5f96006294109b3dd0bbde63693f55324af452b799ee137a81a905eed25"]', 'eosio@active')
elif code_name == "ONLY_BILL_FIRST_AUTHORIZER":
self.send_action('activate', 'eosio', '["8ba52fe7a3956c5cd3a656a3174b931d3bb2abb45578befc59f283ecd816a405"', 'eosio@active')
self.send_action('activate', 'eosio', '["8ba52fe7a3956c5cd3a656a3174b931d3bb2abb45578befc59f283ecd816a405"]', 'eosio@active')
elif code_name == "RESTRICT_ACTION_TO_SELF":
self.send_action('activate', 'eosio', '["ad9e3d8f650687709fd68f4b90b41f7d825a365b02c23a636cef88ac2ac00c43"]', 'eosio@active')
elif code_name == "DISALLOW_EMPTY_PRODUCER_SCHEDULE":
Expand Down

0 comments on commit 2856f63

Please sign in to comment.