Update contracts/misc/PublicActProxy.sol

Co-authored-by: Alan <donosonaumczuk@gmail.com>
This commit is contained in:
Victor Naumik
2023-10-05 16:50:44 +02:00
committed by GitHub
parent 5d59b48da8
commit 705815a0ec

View File

@@ -100,7 +100,6 @@ contract PublicActProxy {
}
// TODO: This is needed for MetaTxLib to work - might need to remove after MetaTxLib functions are moved here
function name() external pure returns (string memory) {
return 'PublicActProxy';
}