Skip to content

Commit 486dded

Browse files
authored
Update src/api.ts
1 parent 57fc8d1 commit 486dded

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api.ts

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ function extractTransactionObject(
242242

243243
return null
244244
}
245-
246245
async function getFromBlockInput(fromBlock: string) {
247246
if (fromBlock == null || fromBlock === '' || fromBlock === 'earliest') {
248247
return '0x0'

0 commit comments

Comments
 (0)