Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit f4c4b3a

Browse files
authored
Change Cancel Scope (#904)
1 parent 588f1e6 commit f4c4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo-cli/CLI/MainService.Wallet.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ private void OnCancelCommand(UInt256 txid, UInt160 sender = null, UInt160[] sign
592592
{
593593
signerAccounts = signerAccounts.Prepend(sender).ToArray();
594594
}
595-
signers = signerAccounts.Select(p => new Signer() { Account = p, Scopes = WitnessScope.CalledByEntry }).ToArray();
595+
signers = signerAccounts.Select(p => new Signer() { Account = p, Scopes = WitnessScope.None }).ToArray();
596596
}
597597

598598
Transaction tx = new Transaction

0 commit comments

Comments
 (0)