Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #383 from EOSIO/bidrefund-authorization-1.9
Browse files Browse the repository at this point in the history
Use authorization of bidder for bidrefund deferred transaction - v1.9.x
  • Loading branch information
arhag authored Nov 12, 2019
2 parents c9e719c + e71acbe commit 1e9f96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eosio.system/src/name_bidding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace eosiosystem {
}

eosio::transaction t;
t.actions.emplace_back( permission_level{get_self(), active_permission},
t.actions.emplace_back( permission_level{current->high_bidder, active_permission},
get_self(), "bidrefund"_n,
std::make_tuple( current->high_bidder, newname )
);
Expand Down

0 comments on commit 1e9f96f

Please sign in to comment.