提交 9c3dbebf 编写于 作者: B Brian Johnson

Fixed logCmdTransaction to correctly handle None transaction. GH #5674

上级 4f093a92
......@@ -1321,8 +1321,10 @@ class Node(object):
if trans is None:
Utils.Print(" cmd returned transaction: %s" % (trans))
return
if ignoreNonTrans and not Node.isTrans(trans):
Utils.Print(" cmd returned a non-transaction")
return
transId=Node.getTransId(trans)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册