-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logger: change log level for "Couldn't find UTXO entry" to debug (and ignore message on orphan transactions) #2108
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2108 +/- ##
==========================================
- Coverage 59.24% 59.16% -0.09%
==========================================
Files 678 678
Lines 32767 32831 +64
==========================================
+ Hits 19413 19423 +10
- Misses 10554 10603 +49
- Partials 2800 2805 +5
Continue to review full report at Codecov.
|
@@ -98,6 +98,7 @@ type Flags struct { | |||
RPCMaxWebsockets int `long:"rpcmaxwebsockets" description:"Max number of RPC websocket connections"` | |||
RPCMaxConcurrentReqs int `long:"rpcmaxconcurrentreqs" description:"Max number of concurrent RPC requests that may be processed concurrently"` | |||
DisableRPC bool `long:"norpc" description:"Disable built-in RPC server"` | |||
SafeRPC bool `long:"saferpc" description:"Disable RPC commands which effect the state of the node"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Affect
closes #2106 but does not fix the underlying cause.