Merge #9650: Better handle invalid parameters to signrawtransaction
commit40f7e27d25ff74f023371ba607f727375581cb7a
authorWladimir J. van der Laan <laanwj@gmail.com>
Mon, 6 Feb 2017 13:35:44 +0000 (6 14:35 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Mon, 6 Feb 2017 13:51:00 +0000 (6 14:51 +0100)
tree233ed140671895319bb9a0eb019e6f5475514e78
parent09e0c28f8566d9614084e5f52739f6241d80685a
parent6dbfe08c29535bb7b0359de8fe22acedcbf3532a
Merge #9650: Better handle invalid parameters to signrawtransaction

6dbfe08 [qa] test signrawtransaction merge with missing inputs (Matt Corallo)
ec4f7e4 [qa] Add second input to signrawtransaction test case (Matt Corallo)
691710a [qa] Test that decoderawtransaction throws with extra data appended (Matt Corallo)
922bea9 Better handle invalid parameters to signrawtransaction (Matt Corallo)
7ea0ad5 Fail in DecodeHexTx if there is extra data at the end (Matt Corallo)