mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 17:52:25 +01:00
In this commit, we convert the Unlock method to accept the `lnrpc.UnlockWalletRequest`. This makes things a bit more generic as we no longer need to continue to add params to the method each time a new field is added to the Unlock method.