Skip to content

Commit de22c09

Browse files
authored
Merge pull request #1718 from keep-network/re-genesis-fix
Use groupSelectionStarterContract to reimburse for failed DKG
2 parents 3b0d2e4 + 5cdc2e6 commit de22c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity/contracts/KeepRandomBeaconOperator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ contract KeepRandomBeaconOperator is ReentrancyGuard {
238238
if (dkgSubmitterReimbursementFee > 0) {
239239
uint256 surplus = dkgSubmitterReimbursementFee;
240240
dkgSubmitterReimbursementFee = 0;
241-
ServiceContract(msg.sender).fundDkgFeePool.value(surplus)();
241+
ServiceContract(groupSelectionStarterContract).fundDkgFeePool.value(surplus)();
242242
}
243243

244244
groupSelection.minimumStake = stakingContract.minimumStake();

0 commit comments

Comments
 (0)