Skip to content

Commit

Permalink
remove firewallProtectedSig from internal split (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive authored Jun 18, 2024
1 parent e7e2b65 commit 13f36ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion contracts/LockDealNFT/LockDealNFTInternal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ abstract contract LockDealNFTInternal is LockDealNFTModifiers, FirewallConsumer
address newOwner
)
private
firewallProtectedSig(0x5936f8f8)
notZeroAddress(newOwner)
notZeroAmount(ratio)
returns (bool isFinal)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"@ironblocks/firewall-consumer": "^1.0.12",
"@ironblocks/firewall-consumer": "^1.0.13",
"@openzeppelin/contracts": "^4.8.3",
"@poolzfinance/poolz-helper-v2": "^2.3.5"
},
Expand Down

0 comments on commit 13f36ce

Please sign in to comment.