Skip to content

Commit

Permalink
fix name of parameter in log message
Browse files Browse the repository at this point in the history
Signed-off-by: lukelee-sl <[email protected]>
  • Loading branch information
lukelee-sl committed Jul 20, 2022
1 parent ffb4a00 commit e2d05bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export class EthImpl implements Eth {
}

getStorageAt(address: string, slot: string, blockNumber: string | null): JsonRpcError {
this.logger.trace('getStorageAt(account=%s, slot=%s, blockNumber=%s)', address, slot, blockNumber);
this.logger.trace('getStorageAt(address=%s, slot=%s, blockNumber=%s)', address, slot, blockNumber);
return predefined.UNSUPPORTED_METHOD;
}

Expand Down

0 comments on commit e2d05bc

Please sign in to comment.