Skip to content
Discussion options

You must be logged in to vote

The problem resides in your "init_module" function, when you publish a package, this function executes automatically. In your case, it reads only one signature, which is the deployer's. However, your function requires two inputs (two signer references).
You can try running tests on that function and you'll be able to reproduce the error.
Also, keep in mind that you can input only one signer ref and not two.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@andygolay
Comment options

@Aladeenb
Comment options

Answer selected by andygolay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants