From b7a40435b8ccf081a99f27dbbc5f5e275eeada54 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 23 Oct 2012 12:48:09 -0700 Subject: [PATCH] Document future direction of Transaction. --- src/Transaction.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Transaction.h b/src/Transaction.h index f9101cf49e..9e0f3f6678 100644 --- a/src/Transaction.h +++ b/src/Transaction.h @@ -1,6 +1,11 @@ #ifndef __TRANSACTION__ #define __TRANSACTION__ +// +// Notes: this code contains legacy constructored sharedXYZ and setXYZ. The intent is for these functions to go away. Transactions +// should now be constructed in JSON with. Use STObject::parseJson to obtain a binary version. +// + #include #include