This commit is contained in:
Daniel 2025-07-05 12:33:11 +08:00
parent 3719459179
commit 6e1f54238a
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -100,6 +100,7 @@ func flushTx(tx *Transaction) {
util.PushMsg(Conf.Language(222), 5000)
case TxErrWriteAttributeView:
util.PushMsg(Conf.language(258), 5000)
logging.LogErrorf("handle attribute view failed: %s", txErr.msg)
default:
txData, _ := gulu.JSON.MarshalJSON(tx)
logging.LogFatalf(logging.ExitCodeFatal, "transaction failed [%d]: %s\n tx [%s]", txErr.code, txErr.msg, txData)