aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 89dc4f399c..a2fab3c88e 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -509,6 +509,7 @@ public:
outpoint = COutPoint(walletTx->GetHash(), i);
txout = walletTx->tx->vout[i];
+ effective_value = txout.nValue;
}
COutPoint outpoint;