Closed ilblackdragon closed 5 years ago
Currently, Receipts are stored without attached source information.
We need to store receipts only in ReceiptBlock:
struct ReceiptBlock { header: SignedBlockHeader, merkle_path: Vec<CryptoHash>, receipts: Vec<Receipt>, }
Thus can't be stored together with SignedTransaction.
Resolved in #514
Currently, Receipts are stored without attached source information.
We need to store receipts only in ReceiptBlock:
Thus can't be stored together with SignedTransaction.