Skip to content

Commit

Permalink
Update PhonyUser.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Oct 27, 2023
1 parent 53896dd commit 0c41f79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/PhonyUser.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// SPDX-License-Identifier: MIT OR APACHE-2.0
pragma solidity >=0.8.0;
pragma solidity ^0.8.4;

/// @title PhonyUser
contract PhonyUser {
function tryCall(address target, bytes memory data)
public
Expand Down Expand Up @@ -29,4 +30,4 @@ contract PhonyUser {
}
}
}
}
}

0 comments on commit 0c41f79

Please sign in to comment.