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

Commit 333a8c6

Browse files
authored
Merge pull request #384 from EOSIO/bidrefund-authorization-develop
Use authorization of bidder for bidrefund deferred transaction - develop
2 parents 45ae524 + daad76b commit 333a8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/eosio.system/src/name_bidding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace eosiosystem {
5050
}
5151

5252
eosio::transaction t;
53-
t.actions.emplace_back( permission_level{get_self(), active_permission},
53+
t.actions.emplace_back( permission_level{current->high_bidder, active_permission},
5454
get_self(), "bidrefund"_n,
5555
std::make_tuple( current->high_bidder, newname )
5656
);

0 commit comments

Comments
 (0)