mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-12 00:01:59 -04:00
Remove redundant call.
This commit is contained in:
parent
fc4b127ed3
commit
39c7f954d0
@ -665,7 +665,7 @@ bool AsyncRPCOperation_sendmany::find_utxos(bool fAcceptCoinbase=false) {
|
||||
|
||||
// By default we ignore coinbase outputs
|
||||
bool isCoinbase = out.tx->IsCoinBase();
|
||||
if (out.tx->IsCoinBase() && fAcceptCoinbase==false) {
|
||||
if (isCoinbase && fAcceptCoinbase==false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user