diff --git a/integrations/approval.go b/integrations/approval.go index 454089b..b274054 100644 --- a/integrations/approval.go +++ b/integrations/approval.go @@ -16,6 +16,6 @@ func (v *IntegratedApprovalImpl) PreparePeer(peer *nbpeer.Peer, _ *account.Extra return peer.Copy() } -func (v *IntegratedApprovalImpl) ValidatePeer(*nbpeer.Peer, []string) (bool, error) { +func (v *IntegratedApprovalImpl) ValidatePeer(*nbpeer.Peer) (bool, error) { return true, nil }