Skip to content

Commit

Permalink
fix a tslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kongliangzhong committed Oct 12, 2018
1 parent 243b335 commit 3b06a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protocol2-js",
"version": "0.1.25",
"version": "0.1.26",
"description": "loopring protocol simulator core lib",
"main": "index.ts",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/ring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ export class Ring {
const p = this.participations[i];
const prevP = this.participations[prevIndex];


logDebug("p.spendableS: " + p.ringSpendableS.toNumber() / 1e18);
logDebug("p.spendableFee: " + p.ringSpendableFee.toNumber() / 1e18);
logDebug("order.amountS: " + p.order.amountS / 1e18);
Expand Down

0 comments on commit 3b06a8d

Please sign in to comment.