wallet: make datastore helpers self-wrap a wallet transaction
This change fixes a crash bug in Core Lightning's wallet datastore helpers. Previously, four datastore functions required the caller to already be inside a database transaction, and would fatally crash if called outside one. The patch make…
ae1a3347by Sangbida Chaudhuri+23−11 file