aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle missing inputs in signrawtransaction. Fixes #1654.Gregory Maxwell2012-08-061-3/+8
* New feature for signrawtransaction: specify signature hash (ALL/NONE/etc)Gavin Andresen2012-07-171-3/+24
* Bug fix: sendrawtransaction was not relaying properlyGavin Andresen2012-07-121-10/+23
* Use unsigned ints to fix signed/unsigned warningsGavin Andresen2012-07-051-3/+3
* Implement raw transaction RPC callsGavin Andresen2012-07-051-0/+470