Skip to content

Commit

Permalink
fix build error
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 26, 2022
1 parent 0354278 commit 79716e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface Eth {

getTransactionByHash(hash: string): Promise<Transaction | null>;

getTransactionCount(address: string, blocknum: string): Promise<string>;
getTransactionCount(address: string, blocknum: string): Promise<string | JsonRpcError>;

getTransactionReceipt(hash: string): Promise<Receipt | null>;

Expand Down

0 comments on commit 79716e4

Please sign in to comment.