crosslightning-intermediary
Advanced tools
Comparing version 10.2.2-beta3 to 10.2.2-beta4
@@ -745,3 +745,4 @@ "use strict"; | ||
probeOrRouteResp = routeResp; | ||
probeOrRouteResp.confidence = 0; | ||
if (parsedRequest.blindedPaths == null) | ||
probeOrRouteResp.confidence = 0; | ||
} | ||
@@ -748,0 +749,0 @@ else { |
{ | ||
"name": "crosslightning-intermediary", | ||
"version": "10.2.2-beta3", | ||
"version": "10.2.2-beta4", | ||
"description": "Main functionality implementation for intermediary node, easily extensible to any chain", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -887,3 +887,3 @@ import * as BN from "bn.js"; | ||
probeOrRouteResp = routeResp; | ||
probeOrRouteResp.confidence = 0; | ||
if(parsedRequest.blindedPaths==null) probeOrRouteResp.confidence = 0; | ||
} else { | ||
@@ -890,0 +890,0 @@ this.logger.info("checkAndGetNetworkFee(): route probed,"+ |
705982
15489