Lesson 7: AttributeError: 'Accounts' object has no attribute 'deploy' #1321
Answered
by
cromewar
BrysonHall
asked this question in
Q&A
-
I was doing the Patrick Collins tutorial link and got this error Full error massage:
My files test_lottery.py
Lottery.sol
brownie-config.yalm
|
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Mar 21, 2022
Replies: 1 comment
-
Hello @BrysonHall |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BrysonHall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @BrysonHall
you are using:
{"from": accounts}
accounts is a reserved word, did you meant account?