duality-solutions / Sequence

Sequence(SEQ)
https://duality.solutions
MIT License
17 stars 8 forks source link

Fix stake splitting #144

Closed bumbacoin closed 5 years ago

bumbacoin commented 5 years ago

What is the purpose of this pull request (PR)?

currently stakes that should split do not split and create two empty vouts, this is due to duplicate checks creating an extra vout which breaks split logic

this pull removes 1 check, enabling the split logic to work properly

example of extra vouts https://seqexplorer.duality.solutions/api/getrawtransaction?txid=6144ea2f281b3f5b9134e15ba694aad5d437918cafbcf4a5d51e552bc105669a&decrypt=1

Duality-CDOO commented 5 years ago

Will test, thank you.

Duality-CDOO commented 5 years ago

ACK