Have run into three bugs when trying to send an outbound IX.
All cause this dialog to appear:
Bug 1 -- incoming IX is in progress (hung):
Wallet A sends (IX) 1 drk to wallet B. IX hangs with insufficient signature threshold.
Wallet B selects different, existing, confirmed inputs, attempts outbound IX.
Dialog appears.
Bug 2 -- incoming IX is complete with one block confirmation:
Wallet A sends (IX) 1 drk to wallet B. IX meets signature threshold. Confs equal 5.
Block is discovered. Confs equal 6.
Wallet B selects newly received IX input, attempts outbound IX.
Dialog appears.
Bug 3 -- unrelated outbound ix is blocked until incoming ix reaches 6 blocks.
Also, display count exceeds actual count, confusing when compared to dialog message.
Wallet A sends (IX) 1 drk to wallet B. IX meets signature threshold. Confs equal 5.
Wallet B selects different, existing, confirmed inputs, attempts outbound IX.
Dialog appears.
Block is discovered. Conf display shows 6. Still cant send (dialog appears)
Block is discovered. Conf display shows 7. Still cant send.
Block is discovered. Conf display shows 8. Still cant send.
Block is discovered. Conf display shows 9. Still cant send.
Block is discovered. Conf display shows 10. Still cant send.
Block is discovered. Conf display shows 6.
Wallet B can now successfully send non-related-input outbound IX
Thanks for all your hard work team!