-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement general purpose watch only wallet, take 2 #1632
base: master
Are you sure you want to change the base?
Conversation
Renamed the original createwatchonly command to createfbwatchonly, and repurposed the createwatchonly command to instead create a general purpose watch only wallet. Co-authored-by: wukong1971 <[email protected]>
a93181e
to
4ad2ada
Compare
Rebased to update CI checks. |
Sending payments from watch only wallets should not be allowed until external signer support is added. Currently
|
If you try to run
|
Need to also look how this affects RPC API. |
Taking over #989. Rebased and now it works for me too (tested with signet).
Needed for #663 and #792.
From original PR: