RE: Quantum (Qtum) Blockchain Developer Tutorial - Hello World!

You are viewing a single comment's thread from:

Quantum (Qtum) Blockchain Developer Tutorial - Hello World!

in qtum •  7 years ago  (edited)

In Step 4 after creating the smart contract we do not get a message saying "Sender address does not have any unspent outputs." Instead the contract is deployed but under a completely different sender address and thus hash address. From here I'm not able to ever delete this contract even when using the sender address in the kill operation.

I'm banging my head on this trying to understand it. We need you cryptominder, you're our only hope. ;)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I waited a while and for some reason the contract is now killed when I use the newly generated sender address. However, each time I create a contract I still get a brand new address that is not greeter_owner even though I've passed the greeter_owner address to createcontract. Not sure why it's not deployed under greeter_owner.