Fixed RPC tests for Pours.

This commit is contained in:
Sean Bowe
2016-01-29 19:40:05 -07:00
parent 2553facbf7
commit a5cbd56a3a
2 changed files with 63 additions and 17 deletions

View File

@@ -96,8 +96,6 @@ class PourTxTest(BitcoinTestFramework):
signed_tx_pour = self.nodes[0].signrawtransaction(pour_result["rawtxn"])
print signed_tx_pour
self.nodes[0].sendrawtransaction(signed_tx_pour["hex"])
self.send_pours_around()