Skip to content

Commit

Permalink
Update src/proposals/mips/mip-b16/mip-b16.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriedman authored Apr 9, 2024
1 parent 1a5bf53 commit fc93592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proposals/mips/mip-b16/mip-b16.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ contract mipb16 is
}

function run(Addresses addresses, address) public override {
/// safety check to ensure no base actions are run
/// safety check to ensure no moonbeam actions are run
require(
baseActions.length == 2,
"MIP-B16: should have two base actions"
Expand Down

0 comments on commit fc93592

Please sign in to comment.