diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-05-23 16:21:25 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-23 16:21:25 -0400 |
commit | 976c08b68a516514b7d987ea7dd3ec59ca166ba0 (patch) | |
tree | f0ccd128d914f7dd1bb41d96e31b982785c61d7a /src/main.h | |
parent | 7a99821377eb46a1cc8b0115daf3af01ddb26a16 (diff) |
JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index c0fe63a32a..29c9a8bce3 100644 --- a/src/main.h +++ b/src/main.h @@ -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"); |