Skip to content

Commit e414286

Browse files
committed
fix(collaborator):improved error message
1 parent 65221b6 commit e414286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/go/0chain.net/blobbercore/handler/storage_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ func (fsh *StorageHandler) getReferencePath(ctx context.Context, r *http.Request
552552

553553
valid, err := verifySignatureFromRequest(allocationTx, clientSign, publicKey)
554554
if !valid || err != nil {
555-
errCh <- common.NewError("invalid_signature", "Invalid signature")
555+
errCh <- common.NewError("invalid_signature", "could not verify the allocation owner or colloborator")
556556
return
557557
}
558558

0 commit comments

Comments
 (0)