Closed gandlafbtc closed 1 year ago
https://github.com/cashubtc/cashu-ts/blob/main/src/CashuWallet.ts?plain=1#L96
It might be better to return proofs that enter the method but are not sent to the mint with the change
do you mean https://github.com/cashubtc/cashu-ts/blob/main/src/CashuWallet.ts#L103 ?
no, i mean L96, because that's where the proofs get skipped if too many are passed in. They don't get sent to the mint but also not returned as change. i think they should be returned as change
ahh ok
https://github.com/cashubtc/cashu-ts/blob/main/src/CashuWallet.ts?plain=1#L96
It might be better to return proofs that enter the method but are not sent to the mint with the change