mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
routing: embed TimedPairResult in snapshot data
This commit is contained in:
@@ -478,7 +478,7 @@ func (s *Server) QueryMissionControl(ctx context.Context,
|
||||
MinPenalizeAmtSat: int64(
|
||||
pair.MinPenalizeAmt.ToSatoshis(),
|
||||
),
|
||||
LastAttemptSuccessful: pair.LastAttemptSuccessful,
|
||||
LastAttemptSuccessful: pair.Success,
|
||||
}
|
||||
|
||||
rpcPairs = append(rpcPairs, &rpcPair)
|
||||
|
Reference in New Issue
Block a user