From fa95a694c492b267e4038674fd3f338dd215ab48 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 30 May 2020 10:23:21 -0400 Subject: doc: Update outdated txnouttype documentation Also, remove scope of txnouttype in fuzz tests temporarily. The next commit will add scopes to all txnouttype. --- src/script/standard.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/script/standard.h') diff --git a/src/script/standard.h b/src/script/standard.h index 4baed6da6e..1dbae9d568 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -116,8 +116,7 @@ extern unsigned nMaxDatacarrierBytes; */ static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS = SCRIPT_VERIFY_P2SH; -enum txnouttype -{ +enum txnouttype { TX_NONSTANDARD, // 'standard' transaction types: TX_PUBKEY, @@ -212,7 +211,7 @@ typedef boost::variant