Skip to content

Commit 354d7b1

Browse files
author
Jimmy
authored
Update src/Neo/SmartContract/ApplicationEngine.cs
1 parent 9588ec4 commit 354d7b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Neo/SmartContract/ApplicationEngine.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ private ExecutionContext CallContractInternal(ContractState contract, ContractMe
286286
if (NativeContract.Policy.IsBlocked(Snapshot, contract.Hash))
287287
throw new InvalidOperationException($"The contract {contract.Hash} has been blocked.");
288288

289+
// ref. https://github.com/neo-project/neo/pull/3290
289290
ExecutionContext currentContext = CurrentContext;
290291
ExecutionContextState state = currentContext.GetState<ExecutionContextState>();
291292
if (method.Safe)

0 commit comments

Comments
 (0)