Lesson 7 - Testing multiple funders issue #5034
-
I have no issues passing the test for a single funder, but when I try to run this test I get the following error: After placing some log outputs, the error seems to be with the last statement: Any idea how to resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Basem815 The error says |
Beta Was this translation helpful? Give feedback.
@Basem815 The error says
sending a transaction requires a signer
. It looks likeaccounts[i]
not providing its signers. Please console log the accounts and see the result. Can you see the accounts (more than 6)? Also leave your repo link so I can test it locally.