mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Once we have revealed our preimage to the world with a sweep attempt, we can safely push our preimage to the server to speed up on chain claim. Rather than rely on the server, we use the state of our invoice in lnd to determine whether we should continue trying to push the preimage to the server.
25 lines
953 B
Modula-2
25 lines
953 B
Modula-2
module github.com/lightninglabs/loop
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta.0.20200515232429-9f0179fd2c46
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.2
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
|
|
github.com/lightningnetwork/lnd v0.10.0-beta.rc6.0.20200603030653-09bb9db78246
|
|
github.com/lightningnetwork/lnd/queue v1.0.4
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
|
|
google.golang.org/grpc v1.24.0
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
)
|
|
|
|
go 1.13
|