diff --git a/server/src/server.ts b/server/src/server.ts index adaef55..1675756 100644 --- a/server/src/server.ts +++ b/server/src/server.ts @@ -91,7 +91,7 @@ class ServerWallet { } - private async fetchDaemon(method: string, params: any) { + async fetchDaemon(method: string, params: any) { const data = { @@ -109,7 +109,7 @@ class ServerWallet { return axios.post(this.daemonUrl, data, { headers }); } - private async fetchWallet(method: string, params: any) { + async fetchWallet(method: string, params: any) { const data = { jsonrpc: "2.0",