Skip to content

Commit a673052

Browse files
committed
Migrate to 3.3.7 api
1 parent 1d95eca commit a673052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/Node.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class Node @Inject()(explorer: Explorer) {
197197
| "simulated": [${simulatedR.mkString(",")}]
198198
|}""".stripMargin
199199

200-
val res = Http(s"${Conf.nodeUrl}/script/extractHints").postData(request).headers(defaultHeader).asString
200+
val res = Http(s"${Conf.nodeUrl}/wallet/extractHints").postData(request).headers(defaultHeader).asString
201201
if (res.isError) {
202202
logger.error(s"could extract hints: ${res.body}")
203203
(false, "")

0 commit comments

Comments
 (0)