Skip to content

Commit

Permalink
update ReportTagCalculated (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Jan 31, 2024
1 parent 98edbac commit 7224bb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/fileBank.go
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,6 @@ func (c *chainClient) ReportTagCalculated(teeSig types.Bytes, tagSigInfo pattern
case status := <-sub.Chan():
if status.IsInBlock {
txhash = status.AsInBlock.Hex()
fmt.Println(txhash)
blockhash := status.AsInBlock
_, err = c.RetrieveEvent_FileBank_CalculateReport(blockhash)
return txhash, err
Expand Down

0 comments on commit 7224bb4

Please sign in to comment.