X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=f81b2444d677417d8b725b5a8ff928827dc73752;hb=70550ed81be022c81826791a75dd1567db1d667b;hp=ca7cf67317955b572913c99304ffddf93572ff2a;hpb=5df96269d30ec57e69676e6937b45b3608df98ac;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index ca7cf67..f81b244 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -86,7 +86,6 @@ public: bool CreateTransaction(const std::vector >& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); bool CreateTransaction(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, CReserveKey& reservekey, int64& nFeeRet); bool CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey); - bool BroadcastTransaction(CWalletTx& wtxNew); std::string SendMoney(CScript scriptPubKey, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false); std::string SendMoneyToBitcoinAddress(const CBitcoinAddress& address, int64 nValue, CWalletTx& wtxNew, bool fAskFee=false);