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
When I run the daemon , create and load a wallet I get the following error:
$ ./electron-cash daemon load_wallet
/home/user/script/src/Electron-Cash-SLP/electroncash/storage.py:531: UserWarning: run_hook "get_action" being called from outside the main thread (thr: Thread-3) may lead to undefined behavior. Please use util.do_in_main_thread to call run_hook if the hook in question does not return any results.
action = run_hook('get_action', self)
DEBUG-DAG: a2847fe3a2... cached judgement: Valid
DEBUG-DAG: target transactions finished
DEBUG-DAG: 2d395430aa... cached judgement: Valid
DEBUG-DAG: target transactions finished
true
the wallet seems to be loaded:
$ ./electron-cash daemon status
When I run the
daemon
, create and load a wallet I get the following error:the wallet seems to be loaded:
$ ./electron-cash daemon status
The text was updated successfully, but these errors were encountered: