Add back join split in decoderawtransaction
This commit is contained in:
@@ -1036,6 +1036,7 @@ double DiceStatus(uint64_t txfee,char *planstr,uint256 fundingtxid,uint256 bettx
|
|||||||
for (i=0; i<=n; i++)
|
for (i=0; i<=n; i++)
|
||||||
{
|
{
|
||||||
res = DiceAddfunding(txfee,planstr,fundingtxid,COIN);
|
res = DiceAddfunding(txfee,planstr,fundingtxid,COIN);
|
||||||
|
fprintf(stderr,"ENTROPY tx:\n");
|
||||||
mySendrawtransaction(res);
|
mySendrawtransaction(res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -280,6 +280,8 @@ void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry)
|
|||||||
vout.push_back(out);
|
vout.push_back(out);
|
||||||
}
|
}
|
||||||
entry.push_back(Pair("vout", vout));
|
entry.push_back(Pair("vout", vout));
|
||||||
|
UniValue vjoinsplit = TxJoinSplitToJSON(tx);
|
||||||
|
entry.push_back(Pair("vjoinsplit", vjoinsplit));
|
||||||
|
|
||||||
if (!hashBlock.IsNull()) {
|
if (!hashBlock.IsNull()) {
|
||||||
entry.push_back(Pair("blockhash", hashBlock.GetHex()));
|
entry.push_back(Pair("blockhash", hashBlock.GetHex()));
|
||||||
|
|||||||
Reference in New Issue
Block a user