We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b269d2 commit cb871a5Copy full SHA for cb871a5
packages/api/src/base/Init.ts
@@ -200,6 +200,7 @@ export abstract class Init<ApiType extends ApiTypes> extends Decorate<ApiType> {
200
);
201
202
if (header.parentHash.isEmpty) {
203
+ l.warn(`Unable to retrieve header ${blockHash.toString()} and parent ${header.parentHash.toString()} from supplied hash`);
204
throw new Error('Unable to retrieve header and parent from supplied hash');
205
}
206
0 commit comments