You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest monero version ('Oxygen Orion' v0.17.2.0-release). The following code throws the error message in monero-wallet-rpc:
letwallet=awaitmonerojs.connectToWalletRpc("http://127.0.0.1:8885","admin","admin");awaitwallet.addListener(newclassextendsmonerojs.MoneroWalletListener{onOutputReceived(output){console.log(output)// result is ok}});
E !boost::string_ref{sig_str}.starts_with(header_v1) && !boost::string_ref{sig_str}.starts_with(header_v2). THROW EXCEPTION: error::wallet_internal_error
Is there a way to suppress/fix it to avoid logging spam?
The text was updated successfully, but these errors were encountered:
This issue is caused by monero-javascript using check_reserve_proof within isConnected() to determine if monero-wallet-rpc is connected to monero-daemon-rpc.
We need an alternative way to determine if monero-wallet-rpc is connected to monero-daemon-rpc to resolve this warning in monero-wallet-rpc's console.
I'm using the latest monero version ('Oxygen Orion' v0.17.2.0-release). The following code throws the error message in
monero-wallet-rpc
:Is there a way to suppress/fix it to avoid logging spam?
The text was updated successfully, but these errors were encountered: