Files
lnd/routing/shards/shard_tracker_test.go
Johan T. Halseth 6474b253d6 routing/shards: add ShardTracker interface
We'll use this to keep track of the outstanding shards and which
preimages we are using for each. For now this is a simple map from
attempt ID to hash, but later we'll hide the AMP child derivation behind
this interface.
2021-04-27 08:27:33 +02:00

1.2 KiB