]> Git Repo - VerusCoin.git/commit - src/wallet/wallet.cpp
Implement raw transaction RPC calls
authorGavin Andresen <[email protected]>
Thu, 31 May 2012 20:01:16 +0000 (16:01 -0400)
committerGavin Andresen <[email protected]>
Thu, 5 Jul 2012 16:50:09 +0000 (12:50 -0400)
commita2709fad7f57b000333371954016045e12fc4bed
tree378022e0c8b67dbd02a138b792bdb7be777e5822
parent899d373b3ccb3003f8f6e518ba4cf7ba4028e58b
Implement raw transaction RPC calls

Implement listunspent / getrawtransaction / createrawtransaction /
signrawtransaction, to support creation and
signing-on-multiple-device multisignature transactions.
12 files changed:
bitcoin-qt.pro
src/bitcoinrpc.cpp
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/rpcrawtransaction.cpp [new file with mode: 0644]
src/script.cpp
src/script.h
src/test/script_tests.cpp
src/wallet.cpp
src/wallet.h
This page took 0.025082 seconds and 4 git commands to generate.