droplets-system / drops

Core Drops smart contract
3 stars 2 forks source link

Add unbind tests #9

Closed DenisCarriere closed 10 months ago

DenisCarriere commented 10 months ago

What's changed

[[eosio::action]]
void drops::enable(const bool enabled)
{
   require_auth(get_self());
auto & drop = drops.get(drop_id, ERROR_DROP_NOT_FOUND.c_str());

New Tests