Add reciept status in log for graphql.

This commit is contained in:
Arijit Das
2021-08-31 12:01:06 +05:30
parent a28892f1d3
commit d0c3241730
9 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -608,7 +608,7 @@ func createLegacyTransactionsAndReceipts() (types.Transactions, types.Receipts,
log.Fatal(err)
}
// make receipts
mockReceipt1 := types.NewReceipt(common.HexToHash("0x0").Bytes(), false, 50)
mockReceipt1 := types.NewReceipt(nil, false, 50)
hash1 := signedTrx1.Hash()
MockLog1.TxHash = hash1