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
xud_1 | 27/09/2019 09:22:24.879 [RAIDEN] warn: could not create keystore: Error: Command failed: ./seedutil/seedutil -pass= -path=/root/.ethereum abstract destroy cupboard medal gallery horse mandate add have animal half shield series first other develop canyon rain skill segment oil top fox clock
xud_1 | /bin/sh: ./seedutil/seedutil: not found
I'm wondering if we completely want to remove that error message or still display it when the log level is set to something like trace?
The text was updated successfully, but these errors were encountered:
In this commit we're reducing the verbosity of a failed `seedutil` call
to not include the exact error message since it will also print the seed
phrase to the logs.
Fixes#1254
When the call to
seedutil
fails we're printing the seed in the logs.https://github.com/ExchangeUnion/xud/blob/master/lib/swaps/SwapClientManager.ts#L158
I'm wondering if we completely want to remove that error message or still display it when the log level is set to something like
trace
?The text was updated successfully, but these errors were encountered: