diff options
| author | Jeff Garzik <[email protected]> | 2012-08-20 23:49:45 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-20 23:49:45 -0700 |
| commit | a483c27704fb22ddd3dce50db69cfca110d23b0f (patch) | |
| tree | 7d7a0b70fed32b03575e61560f080f1e19092f09 /src/makefile.linux-mingw | |
| parent | Merge pull request #1689 from gavinandresen/rawtx_singlefix (diff) | |
| parent | RPC: submitblock returns null on success, string on error (diff) | |
| download | discoin-a483c27704fb22ddd3dce50db69cfca110d23b0f.tar.xz discoin-a483c27704fb22ddd3dce50db69cfca110d23b0f.zip | |
Merge pull request #1691 from jgarzik/submitwork
Add 'submitblock' RPC, split out from 'getblocktemplate' RPC
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 51439c7b7..8d8ddfddb 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -62,6 +62,7 @@ OBJS= \ obj/bitcoinrpc.o \ obj/rpcdump.o \ obj/rpcnet.o \ + obj/rpcmining.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ |