Sudo
over no new_with_sudo
contract wrapper error message
#278
Labels
Milestone
Sudo
over no new_with_sudo
contract wrapper error message
#278
In the multi-test context, to send the
Sudo
message to a contract requires creating the contract wrapper withnew_with_sudo
.This is obvious, but when you forget to do it, the resulting error message is not clear / obvious at all:
Consider improving on the error message, so a contract / test writer has a better grasp on what's failing when forgetting / not knowing about
new_with_sudo
.The text was updated successfully, but these errors were encountered: