Skip to content

Commit

Permalink
fix: remove void returns in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Aug 17, 2023
1 parent f206f96 commit 29dd3de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Sources/ThresholdKey/Modules/TssModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,6 @@ public final class TssModule {
/// - shareIndex: Index of the Share to be backed up.
/// - factorKey: factor key to be used for backup.
///
/// - Returns: `Void`
///
/// - Throws: `RuntimeError`, indicates invalid parameters was used or invalid threshold key.
public static func backup_share_with_factor_key(threshold_key: ThresholdKey, shareIndex: String, factorKey: String) throws {
var errorCode: Int32 = -1
Expand Down
1 change: 0 additions & 1 deletion Sources/ThresholdKey/ThresholdKey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,6 @@ public class ThresholdKey {
/// - Parameters:
/// - input_json: input in json string
/// - private_key: private key used to encrypt and store.
/// - Returns: `Void`
///
/// - Throws: `RuntimeError`, indicates invalid parameters or invalid `ThresholdKey`.
public func add_local_metadata_transitions( input_json: String, private_key: String ) throws {
Expand Down

0 comments on commit 29dd3de

Please sign in to comment.