Skip to content

Commit

Permalink
update: add log to the GetCallFulfillOracleQueryAll err
Browse files Browse the repository at this point in the history
  • Loading branch information
asolovov committed Dec 22, 2023
1 parent daf3c52 commit 5312d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func (s *Service) getRequiredMaintenanceMarginRetries(accountId *big.Int, fails
return s.getAvailableMarginMulticallRetries(accountId, fails+1)
}
default:
res, err = s.getAvailableMargin(accountId)
res, err = s.getRequiredMaintenanceMargin(accountId)
}

return res, err
Expand Down

0 comments on commit 5312d8a

Please sign in to comment.