unknown sendersent to0xf394480e…b6b0·#5,225,824·0x4bc65238…9a1856
See:
- the JS method `callNewBP`: https://github.com/cryptoprimitive/toastycoin-frontier/blob/master/beta/script/create.js#L11
- the Solidity method `newBP` that `callNewBP` calls: https://github.com/cryptoprimitive/toastycoin-frontier/blob/master/beta/BurnablePayment.sol#L52
Fork and refactor the JS method so that its function signature matches up with the Solidity method it calls. 'valueInEth' should still be the first argument of the JS function. Make a pull request when you're done, and if it functions bug-free I'll release 0.02 ETH.
After the above is done, replace the html inputs "Payment amount" and "Service Deposit" with "You put in..." and "They put in...". The former should correlate to the 'value' passed to the contract, and the latter to the commitThreshold argument. I'll then release the remaining 0.03 ETH.