-
At 10h:50ish mins we test that
Then I receive My test ETH account has enough ETH even though I am confused that there is a mention of an agreed payment (our contract AdvancedCollectible isn't payable) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Always pleasant when you manage to answer your own question. I had a hard to debug error in |
Beta Was this translation helpful? Give feedback.
Always pleasant when you manage to answer your own question. I had a hard to debug error in
AdvancedCollectible.sol
, assigningfee
in theconstructor
to itself instead of the parameter_fee
...