@@ -550,7 +550,7 @@ func (handler *Handler) handleGetStateByRange(startKey, endKey string, txid stri
550
550
}
551
551
552
552
// Incorrect chaincode message received
553
- chaincodeLogger .Errorf ("Incorrect chaincode message %s recieved . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
553
+ chaincodeLogger .Errorf ("Incorrect chaincode message %s received . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
554
554
return nil , errors .New ("Incorrect chaincode message received" )
555
555
}
556
556
@@ -598,7 +598,7 @@ func (handler *Handler) handleQueryStateNext(id, txid string) (*pb.QueryResponse
598
598
}
599
599
600
600
// Incorrect chaincode message received
601
- chaincodeLogger .Errorf ("Incorrect chaincode message %s recieved . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
601
+ chaincodeLogger .Errorf ("Incorrect chaincode message %s received . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
602
602
return nil , errors .New ("Incorrect chaincode message received" )
603
603
}
604
604
@@ -646,7 +646,7 @@ func (handler *Handler) handleQueryStateClose(id, txid string) (*pb.QueryRespons
646
646
}
647
647
648
648
// Incorrect chaincode message received
649
- chaincodeLogger .Errorf ("Incorrect chaincode message %s recieved . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
649
+ chaincodeLogger .Errorf ("Incorrect chaincode message %s received . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
650
650
return nil , errors .New ("Incorrect chaincode message received" )
651
651
}
652
652
@@ -694,7 +694,7 @@ func (handler *Handler) handleGetQueryResult(query string, txid string) (*pb.Que
694
694
}
695
695
696
696
// Incorrect chaincode message received
697
- chaincodeLogger .Errorf ("Incorrect chaincode message %s recieved . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
697
+ chaincodeLogger .Errorf ("Incorrect chaincode message %s received . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
698
698
return nil , errors .New ("Incorrect chaincode message received" )
699
699
}
700
700
@@ -742,7 +742,7 @@ func (handler *Handler) handleGetHistoryForKey(key string, txid string) (*pb.Que
742
742
}
743
743
744
744
// Incorrect chaincode message received
745
- chaincodeLogger .Errorf ("Incorrect chaincode message %s recieved . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
745
+ chaincodeLogger .Errorf ("Incorrect chaincode message %s received . Expecting %s or %s" , responseMsg .Type , pb .ChaincodeMessage_RESPONSE , pb .ChaincodeMessage_ERROR )
746
746
return nil , errors .New ("Incorrect chaincode message received" )
747
747
}
748
748
0 commit comments