Skip to content

Commit

Permalink
fix invoke (neo-project#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommo-L authored and ProDog committed Nov 23, 2020
1 parent d274120 commit 50526f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo-cli/CLI/MainService.Contracts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ private void OnInvokeCommand(UInt160 scriptHash, string operation, JArray contra
Transaction tx = new Transaction
{
Signers = signers,
Attributes = Array.Empty<TransactionAttribute>(),
Witnesses = Array.Empty<Witness>(),
};

Expand Down

0 comments on commit 50526f3

Please sign in to comment.