From b931ed8563eff9021ce3b1a05d8e6bc21117dc71 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Thu, 16 Dec 2010 15:48:04 -0500 Subject: sendmany RPC command, to send to multiple recipients in one transaction. --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') diff --git a/main.h b/main.h index 668d7f98b3..e9d0c00310 100644 --- a/main.h +++ b/main.h @@ -77,6 +77,7 @@ bool ProcessMessages(CNode* pfrom); bool ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv); bool SendMessages(CNode* pto, bool fSendTrickle); int64 GetBalance(); +bool CreateTransaction(const 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); -- cgit v1.2.3