From 976c08b68a516514b7d987ea7dd3ec59ca166ba0 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 23 May 2012 16:21:25 -0400 Subject: JSON-RPC: Add 'sendrawtx' op, for sending pre-built TX's to network --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9a4d7abc8..557f9dd99 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -109,7 +109,7 @@ void static EraseFromWallets(uint256 hash) } // make sure all wallets know about the given transaction, in the given block -void static SyncWithWallets(const CTransaction& tx, const CBlock* pblock = NULL, bool fUpdate = false) +void SyncWithWallets(const CTransaction& tx, const CBlock* pblock, bool fUpdate) { BOOST_FOREACH(CWallet* pwallet, setpwalletRegistered) pwallet->AddToWalletIfInvolvingMe(tx, pblock, fUpdate); -- cgit v1.2.3