[lbry] btcjson: added optional address type for getnewaddress

This commit is contained in:
Brannon King 2021-11-12 16:49:24 -05:00 committed by Roy Lee
parent de2a548207
commit 023aa5d6b0

View file

@ -242,7 +242,8 @@ func NewGetBalancesCmd() *GetBalancesCmd {
// GetNewAddressCmd defines the getnewaddress JSON-RPC command.
type GetNewAddressCmd struct {
Account *string
Account *string
AddressType *string // must be one of legacy / p2pkh or p2sh-p2wkh / p2sh-segwit, or p2wkh / bech32
}
// NewGetNewAddressCmd returns a new instance which can be used to issue a