This simplifies control flow and also helps get rid of the ::vpwallets
variable, because EnsureWalletIsAvailable doesn't have access to the request
context.
This is a backport of core#19100
Differential D9452
refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions PiRK on Apr 28 2021, 15:49. Authored by
Details
This simplifies control flow and also helps get rid of the ::vpwallets This is a backport of core#19100 ninja all check-all
Diff Detail
Event TimelineComment Actions Can you use the common denomination for backports, so that this can be grepped for? I just realized that I greened several of these, I shouldn't have. This is making keeping track of things in git pretty much impossible. Comment Actions We changed the convention recently, because now we have multiple repos to backport from (core, gui and secp256k1) : D9258 |