Skip to content

Commit

Permalink
update etherna sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Jun 28, 2024
1 parent 7851e9e commit 790e8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EthernaGatewayCli/EthernaGatewayCli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EthernaSdk.Users.Native" Version="0.4.0-alpha.52" />
<PackageReference Include="EthernaSdk.Users.Native" Version="0.4.0-alpha.53" />
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion src/EthernaGatewayCli/Services/GatewayService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async Task<int> CalculatePostageBatchDepthAsync(IEnumerable<string> fileP

ioService.Write("Calculating required postage batch depth... ");

var buckets = new uint[PostageStampIssuer.BucketsSize];
var buckets = new uint[PostageBuckets.BucketsSize];
var stampIssuer = new PostageStampIssuer(PostageBatch.MaxDepthInstance, buckets);
UploadEvaluationResult lastResult = null!;
foreach (var filePath in filePaths)
Expand Down

0 comments on commit 790e8d2

Please sign in to comment.