Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Hong Minhee <hong.minhee@gmail.com>
  • Loading branch information
longfin and dahlia authored Oct 16, 2019
1 parent 57b94b5 commit f2dcd26
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ To be released.
- Added `BencodexExtension` static class.
- Removed `BlockChain<T>.Blocks`. [[#409], [#583]]
- Removed `BlockChain<T>.Transactions`. [[#409], [#583]]
- Removed the `linger` parameter from the `Swarm<T>` constructor and added
`waitFor` to `Swarm<T>.StopAsync()`. [[#581]]
- Removed the `dialTimeout` parameter from the `Swarm<T>` constructor and
added it to `Swarm<T>.PreloadAsync()` and `Swarm<T>.StartAsync()`. [[#581]]
- Removed the `linger` parameter from the `Swarm<T>()` constructor, and added
the `waitFor` parameter to `Swarm<T>.StopAsync()` method instead. [[#581]]
- Removed the `dialTimeout` parameter from the `Swarm<T>`() constructor, and
added it to `Swarm<T>.PreloadAsync()` & `Swarm<T>.StartAsync()` methods.
[[#581]]

### Added interfaces

Expand Down

0 comments on commit f2dcd26

Please sign in to comment.