1
0

Transaction history

This commit is contained in:
Scott E. Graves
2017-05-08 22:36:58 -05:00
parent e57fead8c1
commit df41f178ec
3 changed files with 28 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ public:
class CSiaOutput
{
public:
CSiaOutput(const json& txData);
CSiaOutput(const json& json);
private:
json _json;
@@ -43,7 +43,7 @@ public:
typedef std::shared_ptr<CSiaOutput> CSiaOutputPtr;
public:
CSiaTransaction(const json& txData);
CSiaTransaction(const json& _json);
private:
json _json;