Avoid notes with height=0
This commit is contained in:
@@ -5360,6 +5360,9 @@ void CWallet::GetFilteredNotes(
|
|||||||
|
|
||||||
if (minDepth > 1) {
|
if (minDepth > 1) {
|
||||||
int nHeight = tx_height(wtx.GetHash());
|
int nHeight = tx_height(wtx.GetHash());
|
||||||
|
if ( nHeight == 0 ) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
int nDepth = wtx.GetDepthInMainChain();
|
int nDepth = wtx.GetDepthInMainChain();
|
||||||
int dpowconfs = komodo_dpowconfs(nHeight,nDepth);
|
int dpowconfs = komodo_dpowconfs(nHeight,nDepth);
|
||||||
if ( dpowconfs < minDepth || dpowconfs > maxDepth) {
|
if ( dpowconfs < minDepth || dpowconfs > maxDepth) {
|
||||||
|
|||||||
Reference in New Issue
Block a user