Add migration option on balances table context menu

This commit is contained in:
Aditya Kulkarni
2018-10-29 14:16:07 -07:00
parent a599dec6d8
commit 2fe2b44696
2 changed files with 13 additions and 4 deletions

View File

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