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 bde1037 commit dae3758Copy full SHA for dae3758
src/api/controllers/db-controller.ts
@@ -168,7 +168,7 @@ export function getTxTypeId(typeString: Transaction['tx_type']): DbTxTypeId[] {
168
case 'poison_microblock':
169
return [DbTxTypeId.PoisonMicroblock];
170
case 'coinbase':
171
- return [DbTxTypeId.Coinbase, DbTxTypeId.CoinbaseToAltRecipient];
+ return [DbTxTypeId.Coinbase, DbTxTypeId.CoinbaseToAltRecipient, DbTxTypeId.NakamotoCoinbase];
172
case 'tenure_change':
173
return [DbTxTypeId.TenureChange];
174
default:
0 commit comments