shesek / minsc

A mini scripting language for all things Bitcoin
https://min.sc
MIT License
193 stars 19 forks source link

Libraries & include statements #5

Open shesek opened 4 years ago

shesek commented 4 years ago

With hash verification: (as precise as the user wants, with some minimum number of bits)

include ./htlc.minsc hash=f34fe622a8fe7565fc15be3ce8bc4;

Without hash verification:

include ./htlc.minsc unsafe-no-hash;