diff options
Diffstat (limited to 'simulation/app.go')
-rw-r--r-- | simulation/app.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/simulation/app.go b/simulation/app.go index 9195619..89d76ae 100644 --- a/simulation/app.go +++ b/simulation/app.go @@ -132,11 +132,6 @@ func (a *simApp) PrepareWitness(height uint64) (types.Witness, error) { return a.latestWitness, nil } -// StronglyAcked is called when a block is strongly acked by DEXON -// Reliabe Broadcast algorithm. -func (a *simApp) StronglyAcked(blockHash common.Hash) { -} - // TotalOrderingDelivered is called when blocks are delivered by the total // ordering algorithm. func (a *simApp) TotalOrderingDelivered( |