Skip to content

Commit

Permalink
Update src/Neo.SmartContract.Testing/Extensions/ArtifactExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Oct 8, 2024
1 parent 0859717 commit 3151c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static class ArtifactExtensions
/// <param name="nef">Nef file</param>
/// <param name="generateProperties">Generate properties</param>
/// <returns>Source</returns>
public static string GetArtifactsSource(this ContractManifest manifest, string? name, NefFile? nef = null, bool generateProperties = true, JToken? debugInfo = null)
public static string GetArtifactsSource(this ContractManifest manifest, string? name = null, NefFile? nef = null, bool generateProperties = true, JToken? debugInfo = null)
{
name ??= manifest.Name;
var builder = new StringBuilder();
Expand Down

0 comments on commit 3151c89

Please sign in to comment.