This commit is contained in:
jl777
2017-03-13 04:27:54 +02:00
parent 458768f574
commit 6615cec949
5 changed files with 37 additions and 19 deletions

View File

@@ -333,7 +333,7 @@ public:
// structure, including the hash.
const int32_t nVersion;
const std::vector<CTxIn> vin;
const std::vector<CTxOut> vout;
std::vector<CTxOut> vout;
const uint32_t nLockTime;
const std::vector<JSDescription> vjoinsplit;
const uint256 joinSplitPubKey;