mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-08 03:58:05 +02:00
We only want to register the bbolt DB backend ("bdb") when we're not compiling for a JS/WASM build targets. That's why we want to have that import in only one file that we can add a build tag to. We remove it in two other places since only one import is enough anyway.