Daniel 2025-06-23 09:48:09 +08:00
parent f44dc5406e
commit b35e9e1d12
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
14 changed files with 28 additions and 13 deletions

View file

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