libsv / payd

Payd is a (work in progress!) basic wallet that operates fully SPV manner. Should be run along with a bitcoin blockheaders client.
Other
16 stars 5 forks source link

Don't fail to start up if can't subscribe to existing peer channels. #179

Closed theflyingcodr closed 2 years ago

theflyingcodr commented 2 years ago

Currently if there is an error subscribing to an existing peer channel we will fail with a fatal error and stop the server.

We don't want that as then the server won't start up, now we log an error and move on.

This could occur if the token has been removed from the peerchannel server, perhaps as part of a db cleanup, or the peerchannel server has moved host or has since been taken down.