use note automation only for chat related txs
This commit is contained in:
@@ -86,11 +86,11 @@ public:
|
||||
|
||||
void executeStandardUITransaction(Tx tx);
|
||||
|
||||
void executeTransaction(Tx tx,
|
||||
void executeTransaction(Tx tx, bool isChatMessage,
|
||||
const std::function<void(QString txid)> submitted,
|
||||
const std::function<void(QString txid, QString errStr)> error);
|
||||
|
||||
void fillTxJsonParams(json& params, Tx tx);
|
||||
void fillTxJsonParams(json& params, Tx tx, bool isChatMessage);
|
||||
|
||||
const TxTableModel* getTransactionsModel() { return transactionsTableModel; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user