Add sendTx to RPC

This commit is contained in:
adityapk00
2019-01-21 21:01:04 -08:00
parent 4f9d4fe706
commit ead5fd6cd7
3 changed files with 80 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ public:
void updateLabelsAutoComplete();
QString doSendTxValidations(Tx tx);
void setDefaultPayFrom();
RPC* getRPC() { return rpc; }
@@ -85,9 +86,7 @@ private:
void memoButtonClicked(int number, bool includeReplyTo = false);
void setMemoEnabled(int number, bool enabled);
QString doSendTxValidations(Tx tx);
void donate();
void addressBook();
void payZcashURI();