We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0d2e4 + 5cdc2e6 commit de22c09Copy full SHA for de22c09
solidity/contracts/KeepRandomBeaconOperator.sol
@@ -238,7 +238,7 @@ contract KeepRandomBeaconOperator is ReentrancyGuard {
238
if (dkgSubmitterReimbursementFee > 0) {
239
uint256 surplus = dkgSubmitterReimbursementFee;
240
dkgSubmitterReimbursementFee = 0;
241
- ServiceContract(msg.sender).fundDkgFeePool.value(surplus)();
+ ServiceContract(groupSelectionStarterContract).fundDkgFeePool.value(surplus)();
242
}
243
244
groupSelection.minimumStake = stakingContract.minimumStake();
0 commit comments