Skip to content

Commit

Permalink
make unnecessary function private instead of public
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Cory authored and Will Cory committed Jun 29, 2023
1 parent 1c42bf3 commit 9e8faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/cross-chain-messenger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export class CrossChainMessenger {
}
}

public async getWithdrawalsFromMessage(message: MessageLike): Promise<ethers.utils.Result[]> {
private async getWithdrawalsFromMessage(message: MessageLike): Promise<ethers.utils.Result[]> {
const resolved = await this.toCrossChainMessage(message)
const receipt = await this.l2Provider.getTransactionReceipt(
resolved.transactionHash
Expand Down

0 comments on commit 9e8faf1

Please sign in to comment.