Copy txid from status bar

This commit is contained in:
adityapk
2018-10-17 10:52:35 -07:00
parent 402b80d289
commit c7d1eb284f
8 changed files with 57 additions and 14 deletions

3
utils.cpp Normal file
View File

@@ -0,0 +1,3 @@
#include "utils.h"
const QString Utils::txidStatusMessage = QString("Tx submitted (right click to copy) txid:");