Notify any subscribers for the given commitment with the provided block.
(&mut self, commitment: B::Digest, block: &B)
| 1153 | response.send_lossy(true); |
| 1154 | let round = finalization.round(); |
| 1155 | let height = block.height(); |
| 1156 | let commitment = block.digest(); |
| 1157 | debug!(?round, %height, "received finalization"); |
| 1158 | |
| 1159 | wrote |= self |
| 1160 | .store_finalization( |
| 1161 | height, |
| 1162 | commitment, |
| 1163 | block, |
| 1164 | Some(finalization), |
no outgoing calls
no test coverage detected