diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-31 16:01:16 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-07-05 12:50:09 -0400 |
commit | a2709fad7f57b000333371954016045e12fc4bed (patch) | |
tree | 378022e0c8b67dbd02a138b792bdb7be777e5822 /src/makefile.unix | |
parent | 899d373b3ccb3003f8f6e518ba4cf7ba4028e58b (diff) |
Implement raw transaction RPC calls
Implement listunspent / getrawtransaction / createrawtransaction /
signrawtransaction, to support creation and
signing-on-multiple-device multisignature transactions.
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 6d9bf276df..2784335a20 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -105,6 +105,7 @@ OBJS= \ obj/bitcoinrpc.o \ obj/rpcdump.o \ obj/rpcnet.o \ + obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ obj/util.o \ |