Skip to content

Commit

Permalink
Update LibProving.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Sep 18, 2024
1 parent 5224be8 commit 463012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/layer1/based/LibProving.sol
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ library LibProving {
LibBonds.creditBond(_state, _local.assignedProver, _local.livenessBond);
}
} else {
// Reward 50% of liveness bond to the actual prover, the other 50% burnt.
// Reward a majority of liveness bond to the actual prover
unchecked {
reward += _rewardAfterFriction(_local.livenessBond);
}
Expand Down

0 comments on commit 463012b

Please sign in to comment.