Skip to content

Commit

Permalink
Update src/Neo/SmartContract/Native/PolicyContract.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored and AnnaShaleva committed Feb 19, 2025
1 parent cb41f92 commit 8af28d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo/SmartContract/Native/PolicyContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ internal override ContractTask InitializeAsync(ApplicationEngine engine, Hardfor
}
if (hardfork == Hardfork.HF_Echidna)
{
engine.SnapshotCache.Add(CreateStorageKey(Prefix_AttributeFee).Add((byte)TransactionAttributeType.NotaryAssisted), new StorageItem(DefaultNotaryAssistedAttributeFee));
engine.SnapshotCache.Add(CreateStorageKey(Prefix_AttributeFee, (byte)TransactionAttributeType.NotaryAssisted), new StorageItem(DefaultNotaryAssistedAttributeFee));
}
return ContractTask.CompletedTask;
}
Expand Down

0 comments on commit 8af28d1

Please sign in to comment.