You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc49106 Update getnewaddress help message with "blech32" special case (Steven Roose)
56358b8 Add tests for blinding pegin transactions (Steven Roose)
a9f589b Add support for blinding pegin transactions (Steven Roose)
bf0cc83 Add confidential assets values to listunspent documentation (Steven Roose)
4e84596 Always return blind address for "blech32" type (Steven Roose)
Pull request description:
Adds pegin handling support for `blindrawtransaction` and `rawblindrawtransaction`.
Tree-SHA512: 1138aeedd2d5852108abd53a6afc83524e5f06ad3ab770fd8ab37c97c8dd5c49f78b8d44bdf7cbe2c073e07cd8566bf032526ab6488e99fc02f8b5b154a3fde1
"\nReturns a new Bitcoin address for receiving payments.\n"
182
182
"If 'label' is specified, it is added to the address book \n"
183
-
"so payments received with the address will be associated with 'label'.\n",
183
+
"so payments received with the address will be associated with 'label'.\n"
184
+
"When the wallet doesn't give blinded addresses by default (-blindedaddresses=0), \n"
185
+
"the address type \"blech32\" can still be used to get a blinded address.\n",
184
186
{
185
187
{"label", RPCArg::Type::STR, /* default */"\"\"", "The label name for the address to be linked to. It can also be set to the empty string \"\" to represent the default label. The label does not need to exist, it will be created if there is no label by the given name."},
186
188
{"address_type", RPCArg::Type::STR, /* default */"set by -addresstype", "The address type to use. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\". Default is set by -addresstype."},
0 commit comments