From jb55 at jb55.com Tue Jul 3 11:54:37 2018 From: jb55 at jb55.com (William Casarin) Date: Tue, 03 Jul 2018 04:54:37 -0700 Subject: [Lightning-dev] [bitcoin-dev] BIP sighash_noinput In-Reply-To: References: <871sewirni.fsf@gmail.com> <87sh73fe4h.fsf@gmail.com> Message-ID: A convention in Haskell libraries is to use an "unsafe" prefix to any function that may have side effects (here be dragons, etc) I'm happy with a _VULNERABLE or _UNSAFE postfix as a standard way to signal this.