Skip to content

Commit

Permalink
Removing unneeded check (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 authored Feb 1, 2021
1 parent 2cca597 commit 0178050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5626,10 +5626,6 @@ bool CWallet::CreateLelantusMintTransactions(
}
}

if (!autoMintAll && valueToMint > 0) {
return false;
}

return true;
}

Expand Down

0 comments on commit 0178050

Please sign in to comment.