We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d95eca commit a673052Copy full SHA for a673052
app/utils/Node.scala
@@ -197,7 +197,7 @@ class Node @Inject()(explorer: Explorer) {
197
| "simulated": [${simulatedR.mkString(",")}]
198
|}""".stripMargin
199
200
- val res = Http(s"${Conf.nodeUrl}/script/extractHints").postData(request).headers(defaultHeader).asString
+ val res = Http(s"${Conf.nodeUrl}/wallet/extractHints").postData(request).headers(defaultHeader).asString
201
if (res.isError) {
202
logger.error(s"could extract hints: ${res.body}")
203
(false, "")
0 commit comments