diff --git a/fluffy/eth_data/history_data_json_store.nim b/fluffy/eth_data/history_data_json_store.nim index 4278806d4..a9ad2660d 100644 --- a/fluffy/eth_data/history_data_json_store.nim +++ b/fluffy/eth_data/history_data_json_store.nim @@ -80,8 +80,8 @@ func readBlockData*( res.add((contentKey, blockData.body.hexToSeqByte())) block: - let contentKey = ContentKey( - contentType: ContentType.receipts, receiptsKey: contentKeyType) + let contentKey = + ContentKey(contentType: ContentType.receipts, receiptsKey: contentKeyType) res.add((contentKey, blockData.receipts.hexToSeqByte())) except ValueError as e: