Skip to content

Commit

Permalink
updated the position of the arguments signContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikd-dev committed Aug 8, 2024
1 parent a6d8f49 commit 2e858a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/lib/SignContextLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {ECDSAUpgradeable as ECDSA} from "openzeppelin/utils/cryptography/ECDSAUp
import {SignedContextV1} from "rain.interpreter.interface/interface/IInterpreterCallerV2.sol";

library SignContextLib {
function signContext(uint256 privateKey, Vm vm, uint256[] memory context)
function signContext(Vm vm, uint256 privateKey, uint256[] memory context)
internal
pure
returns (SignedContextV1 memory)
Expand Down

0 comments on commit 2e858a6

Please sign in to comment.