Skip to content

Commit

Permalink
Fix clone
Browse files Browse the repository at this point in the history
  • Loading branch information
lock9 committed Dec 7, 2019
1 parent e2a098c commit 73bef2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/neo/SmartContract/Manifest/ContractManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ public ContractManifest Clone()
Abi = Abi.Clone(),
Permissions = Permissions.Select(p => p.Clone()).ToArray(),
Trusts = Trusts,
SafeMethods = SafeMethods
SafeMethods = SafeMethods,
Extra = Extra
};
}

Expand Down

0 comments on commit 73bef2f

Please sign in to comment.