-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
A-rpc-interfaceArea: RPC interfaceArea: RPC interfaceC-upstream-portCategory: Changes that are ported from the Bitcoin Core codebase.Category: Changes that are ported from the Bitcoin Core codebase.M-user-supportUser support issueUser support issue
Description
Hey,
I need to call fundrawtransaction rpc which uses utxos from watch only addresses too.
I was able to achieve this in bitcoin by using importpubkey and then calling fundrawtransaction with an includeWatching flag set to true.
But, in zcash, there isn't support for this flag in rpc call.
Can this flag be introduced in fundrawtransaction rpc?
https://bitcoincore.org/en/doc/0.16.0/rpc/rawtransactions/fundrawtransaction/
Currently, I am running zcash 2.0.1 version.
Thanks
Metadata
Metadata
Assignees
Labels
A-rpc-interfaceArea: RPC interfaceArea: RPC interfaceC-upstream-portCategory: Changes that are ported from the Bitcoin Core codebase.Category: Changes that are ported from the Bitcoin Core codebase.M-user-supportUser support issueUser support issue