Skip to content

Commit 8a09f96

Browse files
committed
rework EndorseView
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 462ac09 commit 8a09f96

File tree

7 files changed

+841
-773
lines changed

7 files changed

+841
-773
lines changed

integration/ports.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ var (
6060

6161
AllTestTypes = []*InfrastructureType{
6262
WebSocketNoReplication,
63-
LibP2PNoReplication,
64-
WebSocketWithReplication,
63+
// LibP2PNoReplication,
64+
// WebSocketWithReplication,
6565
}
6666
)
6767

token/services/ttx/accept.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (s *AcceptView) Call(context view.Context) (interface{}, error) {
9696
}
9797

9898
func (s *AcceptView) respondToSignatureRequests(context view.Context) error {
99-
requestsToBeSigned, err := requestsToBeSigned(context.Context(), s.tx.TokenRequest)
99+
requestsToBeSigned, err := requiredSigners(context.Context(), s.tx.TokenRequest)
100100
if err != nil {
101101
return errors.Wrapf(err, "failed collecting requests of signature")
102102
}

0 commit comments

Comments
 (0)