Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Trade): assign fee amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Welber committed Dec 13, 2017
1 parent a9cfe1f commit 58c655b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trade.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class Trade extends Exchange.Trade {
this._sendAmount = toSatoshi(obj.quote_amount);
this._receiveAmount = obj.base_amount;
}
this._feeAmount = obj.fee_amount;

/* istanbul ignore if */
if (this.debug) {
Expand Down

0 comments on commit 58c655b

Please sign in to comment.