yillkid / iota-swarm-node

IOTA Swarm node Reference Implementation
Other
12 stars 9 forks source link

Bundle inconsistency if it has multiple transactions #29

Closed wusyong closed 6 years ago

wusyong commented 6 years ago

There is no problem preparing 0 value transfer which bundle only has one transaction. However, if we send a value transfer, the bundle would be inconsistent since all transactions' trunk/branch transactions are point to same tips.

Expected behavior:

Actual behavior:

jserv commented 6 years ago

Loop @KevinKu