Skip to content

Commit

Permalink
VE 3338: Update comments to use correct protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence committed Jul 12, 2022
1 parent f04154a commit fbb3752
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public static IssuerSetupV0_6 v0_6()
}

/// <summary>
/// Constructor for the 0.6 IssuerSetup object. This constructor creates an object that is ready to start the setup process of an issuer.
/// Constructor for the 0.7 IssuerSetup object. This constructor creates an object that is ready to start the setup process of an issuer.
/// </summary>
/// <returns>0.6 IssuerSetup object</returns>
/// <returns>0.7 IssuerSetup object</returns>
public static IssuerSetupV0_7 v0_7()
{
return new IssuerSetupV0_7();
Expand Down

0 comments on commit fbb3752

Please sign in to comment.