Transaction history
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user