JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network

This commit is contained in:
Jeff Garzik
2012-05-23 16:21:25 -04:00
committed by Jeff Garzik
parent 7a99821377
commit 976c08b68a
3 changed files with 37 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ class CTxIndex;
void RegisterWallet(CWallet* pwalletIn);
void UnregisterWallet(CWallet* pwalletIn);
void SyncWithWallets(const CTransaction& tx, const CBlock* pblock = NULL, bool fUpdate = false);
bool ProcessBlock(CNode* pfrom, CBlock* pblock);
bool CheckDiskSpace(uint64 nAdditionalBytes=0);
FILE* OpenBlockFile(unsigned int nFile, unsigned int nBlockPos, const char* pszMode="rb");