Remove dev fee

This commit is contained in:
Aditya Kulkarni
2018-11-13 21:31:12 -08:00
parent f44d5d008a
commit efe29297c7
5 changed files with 42 additions and 124 deletions

View File

@@ -61,7 +61,7 @@ private:
void setDefaultPayFrom();
Tx createTxFromSendPage();
bool confirmTx(Tx tx, ToFields devFee);
bool confirmTx(Tx tx);
void turnstileDoMigration(QString fromAddr = "");
void turnstileProgress();