When I want to execute the follwing transaction in Mist UI:
ethRegistrar.unsealBid(web3.sha3('name'), web3.toWei(1, 'ether'), web3.sha3('secret'), {from: web3.eth.accounts[0], gas: 500000});
I get:
What does that mean? How can I get this transaction executed that it won't fail? I already tried to increase the gas provided, but this doesn't change anything.
