Skip to content

Add Sapling Note locking and unlocking to CWallet #3442

@bitcartel

Description

@bitcartel

Override methods to take SaplingOutPoint etc.

void CWallet::LockNote(const JSOutPoint& output)
void CWallet::UnlockNote(const JSOutPoint& output)
void CWallet::UnlockAllNotes()
bool CWallet::IsLockedNote(const JSOutPoint& outpt) const
std::vector<JSOutPoint> CWallet::ListLockedNotes()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions