diff options
Diffstat (limited to 'simulation/app.go')
-rw-r--r-- | simulation/app.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simulation/app.go b/simulation/app.go index c72a0a5..9f399ce 100644 --- a/simulation/app.go +++ b/simulation/app.go @@ -168,6 +168,7 @@ func (a *simApp) TotalOrderingDelivered( BlockHash: blockHashes, ConfirmLatency: latencies, } + // #nosec G104 a.netModule.Report(blockList) a.DeliverID++ } @@ -239,6 +240,7 @@ func (a *simApp) BlockDelivered( Type: blockTimestamp, Payload: jsonPayload, } + // #nosec G104 a.netModule.Report(msg) } |