[wallet] Remove CTransaction&() helper conversion operator from wallet implementation.
This commit is contained in:
@@ -339,7 +339,7 @@ UniValue importprunedfunds(const JSONRPCRequest& request)
|
||||
|
||||
LOCK2(cs_main, pwallet->cs_wallet);
|
||||
|
||||
if (pwallet->IsMine(wtx)) {
|
||||
if (pwallet->IsMine(*wtx.tx)) {
|
||||
pwallet->AddToWallet(wtx, false);
|
||||
return NullUniValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user