ElementsProject / ElementsProject/elements
getwalletpakinfo should return the full pak entry
Open
- Dominant language
- C++
- Stars
- 1.2k
- Forks
- 416
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
right now it doesn't, meaning if you don't save `initpegoutwallet` data you may have to call it again with the correct args to get it back
current work-around is to just call it again with same xpub/descriptor, and same `liquid_pak` pubkey.
Contributor guide
Research direction
Start by locating the getwalletpakinfo entry point and the related initpegoutwallet handling. Compare the returned data with the stored PAK entry; done means getwalletpakinfo returns the full entry so callers do not need to repeat initpegoutwallet with the same xpub, descriptor, and liquid_pak public key.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- blockchain
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100