Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* when estimating fee for first closing tx, it was creating WitScript by `Scirpt(ourWitnesses).ToWitScript()` which was trying to deserialize script from literal sequence of bytes instead of treating ourWitnesses as a data which has to get pushed into stack as a wintess item, thus causing argument exception in `ToWitScript()`
- Loading branch information