File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ The interface is defined in the C header `bitcoinconsensus.h` located in `src/sc
41
41
- ` bitcoinconsensus_ERR_TX_SIZE_MISMATCH ` - ` txToLen ` did not match with the size of ` txTo `
42
42
- ` bitcoinconsensus_ERR_DESERIALIZE ` - An error deserializing ` txTo `
43
43
- ` bitcoinconsensus_ERR_AMOUNT_REQUIRED ` - Input amount is required if WITNESS is used
44
+ - ` bitcoinconsensus_ERR_INVALID_FLAGS ` - Script verification ` flags ` are invalid (i.e. not part of the libconsensus interface)
44
45
45
46
### Example Implementations
46
- - [ NBitcoin] ( https://github.com/NicolasDorier /NBitcoin/blob/master /NBitcoin/Script.cs#L814 ) (.NET Bindings)
47
+ - [ NBitcoin] ( https://github.com/MetacoSA /NBitcoin/blob/5e1055cd7c4186dee4227c344af8892aea54faec /NBitcoin/Script.cs#L979-#L1031 ) (.NET Bindings)
47
48
- [ node-libbitcoinconsensus] ( https://github.com/bitpay/node-libbitcoinconsensus ) (Node.js Bindings)
48
49
- [ java-libbitcoinconsensus] ( https://github.com/dexX7/java-libbitcoinconsensus ) (Java Bindings)
49
50
- [ bitcoinconsensus-php] ( https://github.com/Bit-Wasp/bitcoinconsensus-php ) (PHP Bindings)
You can’t perform that action at this time.
0 commit comments