Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions include/atomicassets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ CONTRACT atomicassets : public contract {
name asset_ram_payer
);


private:

TABLE collections_s {
name collection_name;
name author;
Expand Down Expand Up @@ -370,6 +367,7 @@ CONTRACT atomicassets : public contract {
config_t config = config_t(get_self(), get_self().value);
tokenconfigs_t tokenconfigs = tokenconfigs_t(get_self(), get_self().value);

private:

void internal_transfer(
name from,
Expand Down