Commit 26e0d120 authored by Will Cory's avatar Will Cory

make unnecessary function private instead of public

parent ad1c9062
...@@ -374,7 +374,7 @@ export class CrossChainMessenger { ...@@ -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 resolved = await this.toCrossChainMessage(message)
const receipt = await this.l2Provider.getTransactionReceipt( const receipt = await this.l2Provider.getTransactionReceipt(
resolved.transactionHash resolved.transactionHash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment