btcwallet
btcwallet copied to clipboard
Fails to reconnect to btcd when started via gRPC
As the title indicates, the automatic reconnect logic does not work properly when the wallet is started via gRPC. This can easily be seen when using Paymetheus.
- Start Paymetheus and enter the credentials and get everything going
- Stop btcd
- Restart btcd
The wallet never reconnects therefore making Paymetheus unusable until it is manually restarted.
This should be fixed as part of my upcoming RPC synchronization service branch.