Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stylus' into footprint-precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Aug 22, 2023
2 parents 4a15b42 + 5c01848 commit 4e257d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/precompiles/ArbWasm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface ArbWasm {
// @notice compile a wasm program
// @param program the program to compile
// @return version the stylus version the program was compiled against
function compileProgram(address program) external returns (uint16 version);
function activateProgram(address program) external returns (uint16 version);

// @notice gets the latest stylus version
// @return version the stylus version
Expand Down

0 comments on commit 4e257d7

Please sign in to comment.