diff --git a/integrations/approval.go b/integrations/approval.go index 2bce16a..454089b 100644 --- a/integrations/approval.go +++ b/integrations/approval.go @@ -12,7 +12,7 @@ func NewIntegratedApproval() *IntegratedApprovalImpl { return &IntegratedApprovalImpl{} } -func (v *IntegratedApprovalImpl) PreparePeer(peer *nbpeer.Peer, _ *account.ExtraSettings, _ []string) *nbpeer.Peer { +func (v *IntegratedApprovalImpl) PreparePeer(peer *nbpeer.Peer, _ *account.ExtraSettings) *nbpeer.Peer { return peer.Copy() }