mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-19 13:17:32 +02:00
In the lnrpc proto, we use either int64 or uint32 for output index. So to keep things consistent, we should use a bitsize of 64 when reading an output index from a string. Otherwise, we fail could fail to parse an index that is valid based on the types we define in the protos. |
||
|---|---|---|
| .. | ||
| lncli | ||
| lnd | ||