This PR fixes client-side computation of the expiry in the covenant client and remove useless map in covenantless getBoardingTxs.
Remove withExpiryCoinselect argument in getVtxos function (unused by the function but used to pass the boolean). Pass the boolean via opts instead. (Like covenantless client)
This PR fixes client-side computation of the expiry in the covenant client and remove useless map in covenantless
getBoardingTxs
.Remove
withExpiryCoinselect
argument in getVtxos function (unused by the function but used to pass the boolean). Pass the boolean viaopts
instead. (Like covenantless client)related to https://github.com/ark-network/ark/pull/353#discussion_r1824317368
@altafan please review