Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
remove unneeded return
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed May 31, 2022
1 parent 2eb3f00 commit 1a48bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chains/ethereum/ethereum/src/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ export default class Blockchain extends Emittery<BlockchainTypedEvents> {
});

await this.#blockBeingSavedPromise;
return;
};

coinbase: Address;
Expand Down

0 comments on commit 1a48bbb

Please sign in to comment.