qt: Display txfee in first sendCoinsDialog message box
Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
329de9bb64
commit
9e8904f6ae
@@ -240,7 +240,8 @@ HEADERS += src/qt/bitcoingui.h \
|
||||
src/threadsafety.h \
|
||||
src/limitedmap.h \
|
||||
src/qt/splashscreen.h \
|
||||
src/qt/intro.h
|
||||
src/qt/intro.h \
|
||||
src/qt/walletmodeltransaction.h
|
||||
|
||||
SOURCES += src/qt/bitcoin.cpp \
|
||||
src/qt/bitcoingui.cpp \
|
||||
@@ -313,7 +314,8 @@ SOURCES += src/qt/bitcoin.cpp \
|
||||
src/leveldb.cpp \
|
||||
src/txdb.cpp \
|
||||
src/qt/splashscreen.cpp \
|
||||
src/qt/intro.cpp
|
||||
src/qt/intro.cpp \
|
||||
src/qt/walletmodeltransaction.cpp
|
||||
|
||||
RESOURCES += src/qt/bitcoin.qrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user