mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-01-12 22:43:34 +08:00
fix: log PoisonMicroblock tx instead rather than throwing (#1379)
This commit is contained in:
@@ -320,6 +320,12 @@ export function parseMessageTransaction(
|
||||
);
|
||||
break;
|
||||
}
|
||||
case TxPayloadTypeID.PoisonMicroblock: {
|
||||
logger.verbose(
|
||||
`Poison microblock: header1 ${payload.microblock_header_1}), header2: ${payload.microblock_header_2}`
|
||||
);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
throw new NotImplementedError(
|
||||
`extracting data for tx type: ${getEnumDescription(
|
||||
|
||||
Reference in New Issue
Block a user