Skip to content

Commit

Permalink
Merge pull request #182 from WalletConnect/release/2.3.1
Browse files Browse the repository at this point in the history
release: 2.3.1
  • Loading branch information
skibitsky authored Mar 28, 2024
2 parents a0ae5c3 + 02b2d1f commit 04b2d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DefaultVersion>2.3.0</DefaultVersion>
<DefaultVersion>2.3.1</DefaultVersion>
<DefaultTargetFrameworks>net6.0;net7.0;net8.0;netstandard2.1;</DefaultTargetFrameworks>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
Expand Down
7 changes: 2 additions & 5 deletions WalletConnectSharp.Sign/Controllers/AddressProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,8 @@ private async void ClientOnSessionDeleted(object sender, SessionEvent e)

private async void ClientOnSessionConnected(object sender, SessionStruct e)
{
if (!HasDefaultSession)
{
DefaultSession = e;
await UpdateDefaultChainIdAndNamespaceAsync();
}
DefaultSession = e;
await UpdateDefaultChainIdAndNamespaceAsync();
}

private async Task UpdateDefaultChainIdAndNamespaceAsync()
Expand Down

0 comments on commit 04b2d22

Please sign in to comment.