mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
Merge pull request #3657
fdbc2b1 If requested, actually treat uncomfirmed change as being uncomfirmed (b6393ce9-d324-4fe1-996b-acf82dbc3d53)
This commit is contained in:
commit
ea062655e0
@ -702,7 +702,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
if (GetDepthInMainChain() >= 1)
|
if (GetDepthInMainChain() >= 1)
|
||||||
return true;
|
return true;
|
||||||
if (!IsFromMe()) // using wtx's cached debit
|
if (!bSpendZeroConfChange || !IsFromMe()) // using wtx's cached debit
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// If no confirmations but it's from us, we can still
|
// If no confirmations but it's from us, we can still
|
||||||
|
Loading…
x
Reference in New Issue
Block a user