Skip to content

Commit

Permalink
Update LibProposing.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dong77 committed Nov 13, 2023
1 parent a0332cd commit d808748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/contracts/L1/libs/LibProposing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ library LibProposing {

// Validate the prover assignment, then charge Ether or ERC20 as the
// prover fee based on the block's minTier.
uint256 proverFee =
_payProverFeeAndTip(
uint256 proverFee = _payProverFeeAndTip(
meta.minTier, meta.blobHash, blk.blockId, params.assignment
);

Expand Down

0 comments on commit d808748

Please sign in to comment.