diff --git a/packages/daemon/src/services/index.ts b/packages/daemon/src/services/index.ts index 86ad1308..151733ca 100644 --- a/packages/daemon/src/services/index.ts +++ b/packages/daemon/src/services/index.ts @@ -178,7 +178,8 @@ export const metadataDiff = async (_context: Context, event: Event) => { }; export const isBlock = (version: number): boolean => version === hathorLib.constants.BLOCK_VERSION - || version === hathorLib.constants.MERGED_MINED_BLOCK_VERSION; + || version === hathorLib.constants.MERGED_MINED_BLOCK_VERSION + || version === hathorLib.constants.POA_BLOCK_VERSION; export function isNanoContract(headers: EventTxHeader[]) { for (const header of headers) {