Incomplete exchange transactions

0 votes
What happens if one doesn't follow through createrawexchange,  appendrawexchange,  sendrawtransaction  commands. Will it leave the blockchain in an inconsistent state especially if the sendrawtransaction is not sent?
asked Sep 1, 2015 by anonymous

1 Answer

0 votes

No, this is completely fine. Until sendrawtransaction is called, you are just building up the raw data representing an exchange transaction, and not affecting the blockchain or other nodes. 

answered Sep 1, 2015 by MultiChain
...