Skip to content

Commit

Permalink
Update BundleDataClient.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Feb 11, 2025
1 parent f2429b8 commit 2b6a8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/BundleDataClient/BundleDataClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ export class BundleDataClient {
};
}

async getLatestPoolRebalanceRoot(): Promise<{ root: PoolRebalanceRoot; blockRanges: number[][] }> {
async getLatestPoolRebalanceRootFromArweave(): Promise<{ root: PoolRebalanceRoot; blockRanges: number[][] }> {
const { bundleData, blockRanges } = await this.getLatestProposedBundleData();
const hubPoolClient = this.clients.hubPoolClient;
const root = _buildPoolRebalanceRoot(
Expand Down

0 comments on commit 2b6a8dd

Please sign in to comment.