btcs

bitcoin script parser/evaluator/compiler/decompiler
git clone git://jb55.com/btcs
Log | Files | Refs | README | LICENSE

commit ae5a8902095af28089da1e0c27022d146e8ce693
parent e09a822b7449bea228d8ce238031e080a2fca631
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  3 Jun 2019 22:43:35 -0700

update warning

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -5,9 +5,9 @@ bitcoin script parser/evaluator/compiler/decompiler - **WARNING**: This has not been rigorously tested, do not depend on script - outputs when determining actual payees. Make sure to test on testnet first if - you do. + **WARNING**: This is not a consensus-critical implementation of + bitcoin script. Make sure to actually test your script on testnet or + with something like [btcdeb](https://github.com/kallewoof/btcdeb). ## Motivation