Skip to content

Commit

Permalink
Apply suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Nov 1, 2019
1 parent 81d00ee commit e91f7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ To be released.
connection through a TURN relay server. [[#453], [#599]]
- Fixed a bug that `KeyNotFoundException` occurred when sending a message
through the TurnClient.
- Fixed a bug that blockchain reset when `Swarm<T>.PreloadAsync()` fails.
[[#644]]
- Fixed a bug that `BlockChain<T>` had reset when `Swarm<T>.PreloadAsync()`
fails. [[#644]]

[#209]: https://github.com/planetarium/libplanet/issues/209
[#405]: https://github.com/planetarium/libplanet/issues/405
Expand Down
2 changes: 1 addition & 1 deletion Libplanet/Net/Swarm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ CancellationToken cancellationToken
)
{
BlockChain<T> workspace = blockChain;
List<Guid> scope = new List<Guid>();
var scope = new List<Guid>();

try
{
Expand Down

0 comments on commit e91f7a4

Please sign in to comment.