Skip to content

Commit 433a14e

Browse files
committed
[wallet] Remove unreachable IsZPIV() in CreateCoinStake
1 parent 22872bb commit 433a14e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/wallet/wallet.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3254,13 +3254,6 @@ bool CWallet::CreateCoinStake(
32543254
continue;
32553255
}
32563256

3257-
// This should never happen
3258-
if (stakeInput.IsZPIV()) {
3259-
LogPrintf("%s: ERROR - zPOS is disabled\n", __func__);
3260-
it++;
3261-
continue;
3262-
}
3263-
32643257
nCredit = 0;
32653258

32663259
nAttempts++;

0 commit comments

Comments
 (0)