From 463012bce0cb94ed71a16be391565535dba06a7e Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Wed, 18 Sep 2024 23:22:05 +0800 Subject: [PATCH] Update LibProving.sol --- packages/protocol/contracts/layer1/based/LibProving.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/contracts/layer1/based/LibProving.sol b/packages/protocol/contracts/layer1/based/LibProving.sol index 01029818863..0c96335ec8d 100644 --- a/packages/protocol/contracts/layer1/based/LibProving.sol +++ b/packages/protocol/contracts/layer1/based/LibProving.sol @@ -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); }