Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Oct 18, 2024
1 parent 3bd538b commit e508112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Utils/Sources/Utils/Crypto/BLS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public enum BLS: KeyType {
throw .keypairSignFailed(err)
}

return Data(output)
return output
}
}

Expand Down Expand Up @@ -195,7 +195,7 @@ public enum BLS: KeyType {
}
}
} onErr: { err throws(Error) in
throw .aggregatedVerifyFailed(err)
logger.debug("aggregateVerify failed: \(err)")
}

return output
Expand Down

0 comments on commit e508112

Please sign in to comment.