crosslightning-sdk-base
Advanced tools
Comparing version 9.2.0-beta14 to 9.2.0-beta15
@@ -45,3 +45,3 @@ "use strict"; | ||
if (this.networkFeeBtc == null) { | ||
this.networkFeeBtc = this.swapFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee()); | ||
this.networkFeeBtc = this.networkFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee()); | ||
} | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "crosslightning-sdk-base", | ||
"version": "9.2.0-beta14", | ||
"version": "9.2.0-beta15", | ||
"description": "CrossLightning SDK chain-agnostic base", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -54,3 +54,3 @@ import {IToBTCWrapper} from "./IToBTCWrapper"; | ||
if(this.networkFeeBtc==null) { | ||
this.networkFeeBtc = this.swapFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee()); | ||
this.networkFeeBtc = this.networkFee.mul(this.getOutAmount()).div(this.getInAmountWithoutFee()); | ||
} | ||
@@ -57,0 +57,0 @@ } |
888367