mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-22 22:48:18 +02:00
This commit adds a a new `MarshalOutPoint` helper in the `lnrpc` package that can be used to convert a `wire.Outpoint` to an `lnrpc.Outpoint`. By using this helper, we are less likely to forget to populate both the string and byte form of the TXID.