mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 12:14:21 +01:00
returns forfeitsTxs in Ping RPC while the finalization started (#161)
This commit is contained in:
@@ -110,7 +110,7 @@ func (m *paymentsMap) updatePingTimestamp(id string) error {
|
||||
|
||||
payment, ok := m.payments[id]
|
||||
if !ok {
|
||||
return fmt.Errorf("payment %s not found", id)
|
||||
return errPaymentNotFound{id}
|
||||
}
|
||||
|
||||
payment.pingTimestamp = time.Now()
|
||||
|
||||
Reference in New Issue
Block a user