Skip to content

Commit

Permalink
feat(funds): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
leisterfrancisco committed Mar 20, 2023
1 parent 25ca908 commit ad7f0e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/eden/include/migrations.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <boost/mp11/algorithm.hpp>
#include <eosio/name.hpp>
#include <eosio/singleton.hpp>
// #include <globals.hpp>
#include <members.hpp>
#include <variant>

Expand All @@ -29,8 +28,7 @@ namespace eden
no_migration<0>,
migrate_member_v0,
no_migration<1>,
fix_inductdonate_expiration_check/* ,
migrate_global_v0 */>;
fix_inductdonate_expiration_check>;

using migration_singleton = eosio::singleton<"migration"_n, migration_variant>;

Expand Down

0 comments on commit ad7f0e2

Please sign in to comment.