lnd.xprv/cmd
Olaoluwa Osuntokun 352d45a11e
cmd/lncli: remove usage of Millisecond() for Go 1.12
The new table format for the pay command started to use the
`Millisecond()` method on `time.Duration`. However, this method was only
added in Go 1.13, so this breaks the build for Go 1.12. We replace this
by manual division. `time.Duration` "natively" is in nanoseconds, so we
covert to milli seconds by dividing my `time.Millisecond`, which is
1,000,000.
2020-05-06 16:22:47 -07:00
..
lncli cmd/lncli: remove usage of Millisecond() for Go 1.12 2020-05-06 16:22:47 -07:00
lnd lnd+cmd/lnd/main: add ListenerCfg to Main 2019-09-05 09:22:54 +02:00