CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
112 stars 79 forks source link

@next example contracts should be updated now that tx.locktime is an integer #114

Closed mr-zwets closed 2 years ago

mr-zwets commented 2 years ago

The mecenas-simulating state example contract uses tx.locktime and should be updated with the @next version now that tx.locktime is of type int instead of bytes4.