Execute migration steps

This commit is contained in:
Aditya Kulkarni
2018-10-25 13:35:49 -07:00
parent e6796c904b
commit 085694a370
9 changed files with 167 additions and 43 deletions

View File

@@ -32,6 +32,7 @@ public:
void refreshAddresses(); // Refresh wallet Z-addrs
void refreshZECPrice();
void fillTxJsonParams(json& params, Tx tx);
void sendZTransaction (json params, const std::function<void(json)>& cb);
void watchTxStatus();
void addNewTxToWatch(Tx tx, const QString& newOpid);