Browse Source
The wallet password is defined as `bytes` in the rpc.proto spec and we are passing it as a string, resulting in an incorrect password being set on a new wallet and an inability to unlock an existing wallet. Convert the wallet password to a Buffer before passing to `initWallet` and `unlockWallet`, which is the default data type used to represent bytes in the node grpc client. This is sures that the password is passed correctly to lnd. Fix #400renovate/lint-staged-8.x
Tom Kirkpatrick
7 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue