mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
In this commit, we address an issue with our router mock in which it was not properly storing and retrieving edge policies. Previously, they were being appended to a slice of policies, but this doesn't always work like when you attempt to update the same edge twice. Instead, the slice can only contain up to two entries, each one being the latest version of each direction. |
||
---|---|---|
.. | ||
bootstrapper.go | ||
chan_series.go | ||
gossiper.go | ||
gossiper_test.go | ||
log.go | ||
message_store.go | ||
message_store_test.go | ||
mock_test.go | ||
reliable_sender.go | ||
reliable_sender_test.go | ||
syncer.go | ||
syncer_test.go | ||
utils.go |