From e8f99372159a89fb3128b870de1733a4777a5144 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Tue, 21 Aug 2018 12:40:30 +0800 Subject: core: Notary ack (#69) --- simulation/app.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simulation/app.go') diff --git a/simulation/app.go b/simulation/app.go index 986893c..c7a7ccf 100644 --- a/simulation/app.go +++ b/simulation/app.go @@ -185,6 +185,6 @@ func (a *simApp) DeliverBlock(blockHash common.Hash, timestamp time.Time) { a.Network.NotifyServer(msg) } -// NotaryAck is called when a notary ack is created. -func (a *simApp) NotaryAck(notaryAck types.NotaryAck) { +// NotaryAckDeliver is called when a notary ack is created. +func (a *simApp) NotaryAckDeliver(notaryAck *types.NotaryAck) { } -- cgit v1.2.3