Skip to content

Commit 4eee3d8

Browse files
committed
Filtering condition update
1 parent ab888a8 commit 4eee3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/connection/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ func (m *connectionManager) monitorPrice(currentPrice market.Price) {
10471047
case <-m.currentCtx().Done():
10481048
return
10491049
case <-t.C:
1050-
newPrice, err := m.pricer.GetCurrentPrice(m.status.ConsumerLocation.IPType, m.status.Proposal.Location.Country, m.status.Proposal.ServiceType)
1050+
newPrice, err := m.pricer.GetCurrentPrice(m.status.Proposal.Location.IPType, m.status.Proposal.Location.Country, m.status.Proposal.ServiceType)
10511051
if err != nil {
10521052
log.Error().Err(err).Msg("Failed to lookup proposal")
10531053
continue

0 commit comments

Comments
 (0)