Skip to content

Commit 0f3e961

Browse files
committed
[Cleanup] Remove useless call
1 parent b1ca5e0 commit 0f3e961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ UniValue bip38decrypt(const JSONRPCRequest& request)
675675
throw JSONRPCError(RPC_WALLET_ERROR, "Private Key Not Valid");
676676

677677
CPubKey pubkey = key.GetPubKey();
678-
pubkey.IsCompressed();
679678
assert(key.VerifyPubKey(pubkey));
680679
result.pushKV("Address", EncodeDestination(pubkey.GetID()));
681680
CKeyID vchAddress = pubkey.GetID();

0 commit comments

Comments
 (0)