Skip to content

Commit

Permalink
Add new l2tx hash counters
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Jan 25, 2024
1 parent 3c6f38a commit 59945b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual-counters-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ module.exports = class VirtualCountersManager {
this._reduceCounters(250, 'S');
this._reduceCounters(1 + 1, 'B');
this._reduceCounters(Math.ceil((txRLPLength + 1) / 136), 'K');
this._reduceCounters(Math.ceil((txRLPLength + 1) / 56), 'P');
this._reduceCounters(Math.ceil((txRLPLength + 3) / 56), 'P');
this._reduceCounters(Math.ceil((txRLPLength + 1) / 56), 'D');
this._multiCall('_addBatchHashData', 21);
/**
Expand Down

0 comments on commit 59945b1

Please sign in to comment.