Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmachado committed Feb 13, 2024
1 parent a6e03ac commit 3ae4a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web3client/liquidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Liquidator {
);

for (const flow of streams) {
if (await this._.isPossibleToClose(flow.superToken, flow.sender, flow.receiver, flow.pppmode)) {
if (await this._isPossibleToClose(flow.superToken, flow.sender, flow.receiver, flow.pppmode)) {
liquidations.push({ sender: flow.sender, receiver: flow.receiver, source: flow.source });
}

Expand Down

0 comments on commit 3ae4a21

Please sign in to comment.