publish multi to different streams...one streams rejects because of stream filter

+2 votes
Dear Multichain,

When using publishmulti and in there sending e.g. 2 items to different streams.
If one item would be published successfully and the other one would fail (e.g. a because of stream filter in the 2nd stream which rejects the 2nd item), what will then happen?
Is the whole TX rejected then, so nothing is published?

thanks and best regards

Johannes
asked Sep 13, 2019 by Johannes

1 Answer

0 votes
 
Best answer

Yes, the whole transaction will not be accepted by the publishmulti call.

answered Sep 13, 2019 by MultiChain
...