Browse Source
Prior to this commit, if the call to the bitcoin rpc gettransaction resulted in an exception other than JsonRpcError, the code would crash as the variable `res` was uninitialized. This fixes that by always setting res to None in this case, and also promotes the logging messages for such errors to warning.master
1 changed files with 5 additions and 3 deletions
Loading…
Reference in new issue