Closed smartcontracts closed 6 years ago
Closes #188
Problem seems to be that we added 1 to the end of the deposit, but the contract didn't care since it was only reading the block number anyway. Went ahead and replaced any references to * 10000000 etc to encode_utxo_id(...).
* 10000000
encode_utxo_id(...)
Closes #188
Problem seems to be that we added 1 to the end of the deposit, but the contract didn't care since it was only reading the block number anyway. Went ahead and replaced any references to
* 10000000
etc toencode_utxo_id(...)
.