@bananapus/721-hook-v6 0.0.27 → 0.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/721-hook-v6",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1084,9 +1084,6 @@ contract JB721TiersHookStore is IJB721TiersHookStore {
1084
1084
  // Initialize a `JBBitmapWord` for checking whether tiers have been removed.
1085
1085
  JBBitmapWord memory bitmapWord;
1086
1086
 
1087
- // Track total cost of tiers that can't be bought with credits (order-independent check).
1088
- uint256 restrictedCost;
1089
-
1090
1087
  for (uint256 i; i < numberOfTiers; i++) {
1091
1088
  // Set the tier ID being iterated on.
1092
1089
  uint256 tierId = tierIds[i];