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

Commit

Permalink
Revert back logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Sep 4, 2023
1 parent 28258db commit d5c8621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/logs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void pomelo::statelog( const name bounty_id, const name status, const name actio
}

[[eosio::action]]
void pomelo::claimlog( const name bounty_id, const name chain, const string receiver, const extended_asset bounty, const asset fee, const name status, const name approved_user_id, const uint32_t days_since_created )
void pomelo::claimlog( const name bounty_id, const name chain, const string receiver, const extended_asset ext_quantity, const asset fee, const name status, const name worker_user_id, const uint32_t days_since_created )
{
require_auth( get_self() );
}
Expand Down
2 changes: 1 addition & 1 deletion work.pomelo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ class [[eosio::contract("work.pomelo")]] pomelo : public eosio::contract {
void statelog( const name bounty_id, const name status, const name action );

[[eosio::action]]
void claimlog( const name bounty_id, const name chain, const string receiver, const extended_asset bounty, const asset fee, const name status, const name approved_user_id, const uint32_t days_since_created );
void claimlog( const name bounty_id, const name chain, const string receiver, const extended_asset ext_quantity, const asset fee, const name status, const name worker_user_id, const uint32_t days_since_created );

[[eosio::action]]
void withdrawlog( const name bounty_id, const name chain, const string receiver, const extended_asset refund, const name status, const name author_user_id );
Expand Down

0 comments on commit d5c8621

Please sign in to comment.