Merge branch 'master' into make_txbuilder_take_ref_to_wallet

This commit is contained in:
Lloyd Fournier
2021-01-23 17:36:01 +11:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Changed
- Remove `BlockchainMarker`, `OfflineClient` and `OfflineWallet` in favor of just using the unit
type to mark for a missing client.
- Upgrade `tokio` to `1.0`.
#### Transaction Creation Overhaul