lnd/cmd
Elle Mouton bd857ee298
cmd/lncli: use bitsize of 64 to read output index
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.
2022-08-15 15:29:21 +02:00
..
lncli cmd/lncli: use bitsize of 64 to read output index 2022-08-15 15:29:21 +02:00
lnd multi: extract wallet initialization 2021-10-08 12:13:15 +02:00