Page MenuHomePhabricator

refactor: Combine GetWalletForJSONRPCRequest and EnsureWalletIsAvailable functions
ClosedPublic

Authored by PiRK on Apr 28 2021, 15:49.

Details

Summary

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

Test Plan

ninja all check-all

Event Timeline

PiRK requested review of this revision.Apr 28 2021, 15:49
deadalnix requested changes to this revision.Apr 28 2021, 15:55
deadalnix added a subscriber: deadalnix.

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.

This revision now requires changes to proceed.Apr 28 2021, 15:55
PiRK requested review of this revision.Apr 28 2021, 18:57

We changed the convention recently, because now we have multiple repos to backport from (core, gui and secp256k1) : D9258

This revision is now accepted and ready to land.Apr 29 2021, 11:49