Skip to content

DAOs Lesson 6 - when executing, the address executing is different to the timelock address #3252

Answered by EngrPips
0xkieranwilliams asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @0xkieranwilliams , inside of your Box.sol contract you applied onlyOwner to the readNumber function, Please remove it then run forge clean then delete your cache folder if you have any then rerun your process.

function readNumber() public view onlyOwner returns (uint256){
    return s_number;
  }

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@0xkieranwilliams
Comment options

@EngrPips
Comment options

Answer selected by 0xkieranwilliams
@0xkieranwilliams
Comment options

@EngrPips
Comment options

@chainflash
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants