diff --git a/integrations/approval.go b/integrations/approval.go index 0aa48ac..894410f 100644 --- a/integrations/approval.go +++ b/integrations/approval.go @@ -19,3 +19,6 @@ func (v *IntegratedApprovalImpl) PreparePeer(_ string, peer *nbpeer.Peer, _ []st func (v *IntegratedApprovalImpl) IsRequiresApproval(accountID string, peer *nbpeer.Peer, peersGroup []string, extraSettings *account.ExtraSettings) bool { return false } + +func (v *IntegratedApprovalImpl) Stop() { +}