mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-01 00:19:54 +02:00
This change makes the generation of the ping payload a no-arg closure parameter, relieving the pingHandler of having to directly monitor the chain state. This makes use of the BestBlockView that was introduced in earlier commits.