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 ab22d81 commit 9babefd
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 @@ -543,7 +543,7 @@ library LibProving {
} else {
// Reward a majority of liveness bond to the actual prover
unchecked {
reward += _rewardAfterFriction(_local.livenessBond);
reward += _rewardAfterFriction(_local.meta.livenessBond);
}
}
}
Expand Down

0 comments on commit 9babefd

Please sign in to comment.