From 79a71e0b6eed9bb28531a7c02bf0814fbb15e7fe Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Thu, 9 Feb 2017 16:22:02 -0800 Subject: [PATCH] f "CA: Add skeletal CAssetReissuance class illustrating fields" --- src/primitives/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 416688fee9..5c35500255 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -372,7 +372,7 @@ public: // tokens in circulation (treated as an input), -1 if the reissuance // is decreasing the number of tokens (treated as an output), and 0 // if there is no reissuance (reissuance object is Null). - int nSign; + int sign; public: // FIXME: constructor and methods