mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
We put the calls that don't use musig2 package specific types as parameters or return values behind an interface so we can easily call those directly in the RPC without needing to know the underlying implementation version. Some calls can't be used in the interface because they use the specific package version's types. These calls are implemented in helper functions in the input package instead that do the necessary type switches. |
||
---|---|---|
.. | ||
blockchain.go | ||
btcwallet.go | ||
btcwallet_rpctest.go | ||
btcwallet_test.go | ||
config.go | ||
driver.go | ||
log.go | ||
psbt.go | ||
psbt_test.go | ||
signer.go | ||
signer_test.go |