Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet): make
Wallet::insert_tx
generic
Instead of having `Transaction` as input, have `T: Into<Arc<Transaction>>`.
- Loading branch information