Skip to content

Commit

Permalink
Fix token balance comparison on liquidate
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed May 24, 2020
1 parent cf10354 commit 26e811d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.9](https://github.com/AtomicLoans/liquidator/compare/v0.1.8...v0.1.9) - 2020-05-23

- Fix token balance comparison on liquidate

## [0.1.8](https://github.com/AtomicLoans/liquidator/compare/v0.1.7...v0.1.8) - 2020-05-06

- Fix loan status bug
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomic-liquidator",
"version": "0.1.8",
"version": "0.1.9",
"description": "Atomic Liquidator Agent",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 26e811d

Please sign in to comment.