mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Merge #8693: add witness address to address book
62ffbbd
add witness address to address book (instagibbs)
This commit is contained in:
commit
fa7caf6d91
1 changed files with 2 additions and 0 deletions
|
@ -1093,6 +1093,8 @@ UniValue addwitnessaddress(const UniValue& params, bool fHelp)
|
||||||
throw JSONRPCError(RPC_WALLET_ERROR, "Public key or redeemscript not known to wallet");
|
throw JSONRPCError(RPC_WALLET_ERROR, "Public key or redeemscript not known to wallet");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pwalletMain->SetAddressBook(w.result, "", "receive");
|
||||||
|
|
||||||
return CBitcoinAddress(w.result).ToString();
|
return CBitcoinAddress(w.result).ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue