Fix slither issues

This commit is contained in:
die-herdplatte
2025-06-17 11:34:31 +02:00
parent 58ce241c63
commit 72553bf98d
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ struct PoolKey {
}
function extension(Config config) pure returns (address e) {
// slither-disable-next-line assembly
assembly ("memory-safe") {
e := shr(96, config)
}