Closed bumbacoin closed 5 years ago
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
Will test, thank you.
ACK
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