pool/internal/test
Johan T. Halseth 00bb324d38
fundingmgr: don't block on peer connection attempt
Since the call to connect to a peer is no longer async, a failed
connection would block and stall the whole execution logic until the
setupCtx was canceled. At that point the node we failed to connect with
would not be communicated back to the auctioneer, and we could get
matched with the same node in the next batch attempt.

This fixes that by starting the connection attempt in a go routine.
2020-09-17 13:29:31 +02:00
..
keys.go multi: copy lndclient mocks from loop repository 2020-08-11 10:44:24 +02:00
lightning_mock.go fundingmgr: don't block on peer connection attempt 2020-09-17 13:29:31 +02:00
signer_mock.go multi: update aperture, use lndclient, remove loop 2020-08-11 19:41:01 +02:00
walletkit_mock.go account: implement fee bump for transactions of accounts in pending states 2020-09-02 12:30:06 -07:00