Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove IntoIterator requirement on SpendBook trait
It may be too expensive for some trait implementers to support iterating eg over the network so we decided not to require it, at least for now. However the default SimpleSpendBook implementation does support iterating.
- Loading branch information