mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-24 23:41:15 +02:00
Some sub-systems like btcwallet will return an error from the database, but they won't properly wrap it. As a result, we were unable to actually catch the serialization errors in the first place. To work around this, we'll now attempt to parse the error string directly.