diff --git a/configtx/application.go b/configtx/application.go index 57d68d8..356f814 100644 --- a/configtx/application.go +++ b/configtx/application.go @@ -360,8 +360,6 @@ func (a *ApplicationOrg) RemoveAnchorPeer(anchorPeerToRemove Address) error { if err != nil { return fmt.Errorf("failed to remove anchor peer %v from org %s: %v", anchorPeerToRemove, a.name, err) } - - return nil } }