Skip to content

Commit

Permalink
not buying ram for members for now
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed May 29, 2024
1 parent 74e880b commit 0bb1057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/member.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ namespace hypha

Edge::write(getContract(), getAccount(), getID(), paymentReceipt.getID(), common::PAYMENT);

eosio::action(
eosio::permission_level{ getContract(), name("active") },
name("eosio"), name("buyrambytes"),
std::make_tuple(getContract(), getAccount(), common::RAM_ALLOWANCE_BYTES)
).send();
// eosio::action(
// eosio::permission_level{ getContract(), name("active") },
// name("eosio"), name("buyrambytes"),
// std::make_tuple(getContract(), getAccount(), common::RAM_ALLOWANCE_BYTES)
// ).send();
}

eosio::name Member::getAccount()
Expand Down

0 comments on commit 0bb1057

Please sign in to comment.