Skip to content

Commit

Permalink
also updated to api 22-rc with TransactionWatchV1
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend77 committed Jun 13, 2024
1 parent 86feb44 commit 4cfc324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public async Task<string> GenericExtrinsicAsync(Account account, string extrinsi
string subscription = null;
try
{
subscription = await SubstrateClient.Unstable.TransactionUnstableSubmitAndWatchAsync(ActionExtrinsicUpdate, extrinsicMethod, account, _chargeTypeDefault, 64, token);
subscription = await SubstrateClient.TransactionWatchCalls.TransactionWatchV1SubmitAndWatchAsync(ActionExtrinsicUpdate, extrinsicMethod, account, _chargeTypeDefault, 64, token);
}
catch (RemoteInvocationException e)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public async Task<string> GenericExtrinsicAsync(Account account, string extrinsi
string subscription = null;
try
{
subscription = await SubstrateClient.Unstable.TransactionUnstableSubmitAndWatchAsync(ActionExtrinsicUpdate, extrinsicMethod, account, _chargeTypeDefault, 64, token);
subscription = await SubstrateClient.TransactionWatchCalls.TransactionWatchV1SubmitAndWatchAsync(ActionExtrinsicUpdate, extrinsicMethod, account, _chargeTypeDefault, 64, token);
}
catch (RemoteInvocationException e)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Substrate.NET.API" Version="0.9.20" />
<PackageReference Include="Substrate.NET.API" Version="0.9.22-rc" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4cfc324

Please sign in to comment.