dexX7 / java-libbitcoinconsensus

JNA binding and Java wrapper for libbitcoinconsensus
Other
9 stars 3 forks source link

Add and use enum for script verification flags #10

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

All currently existing script verification flags are represented as VerifyFlag enum.

If no flags are provided, the "standard" verification flags are used.

See: https://github.com/bitcoin/bitcoin/blob/bc60b2b4b401f0adff5b8b9678903ff8feb5867b/src/script/interpreter.h