]> Git Repo - VerusCoin.git/blobdiff - src/core_write.cpp
test
[VerusCoin.git] / src / core_write.cpp
index b7db394322383c12cff451836a3a0d7355be523f..c3babec2fc0a1ce56492fd6fd15ceef696af0cac 100644 (file)
@@ -88,7 +88,7 @@ void ScriptPubKeyToUniv(const CScript& scriptPubKey,
 
 void TxToUniv(const CTransaction& tx, const uint256& hashBlock, UniValue& entry)
 {
-    entry.pushKV("txid", tx.GetTxid().GetHex());
+    entry.pushKV("txid", tx.GetHash().GetHex());
     entry.pushKV("version", tx.nVersion);
     entry.pushKV("locktime", (int64_t)tx.nLockTime);
 
This page took 0.023621 seconds and 4 git commands to generate.