We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bda4ea commit e1d9b1aCopy full SHA for e1d9b1a
rfq/negotiator.go
@@ -439,7 +439,7 @@ func (n *Negotiator) HandleIncomingSellRequest(
439
sendOutgoingMsg(msg)
440
441
// Add an error to the error channel and return.
442
- err = fmt.Errorf("failed to query ask price from "+
+ err = fmt.Errorf("failed to query bid price from "+
443
"oracle: %w", err)
444
n.cfg.ErrChan <- err
445
return
0 commit comments