We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fd7ab commit 7bc2f15Copy full SHA for 7bc2f15
src/Neo/SmartContract/Native/Treasury.cs
@@ -26,6 +26,11 @@ internal Treasury() : base() { }
26
27
public override Hardfork? ActiveIn => Hardfork.HF_Faun;
28
29
+ protected override void OnManifestCompose(IsHardforkEnabledDelegate hfChecker, uint blockHeight, ContractManifest manifest)
30
+ {
31
+ manifest.SupportedStandards = ["NEP-26", "NEP-27"];
32
+ }
33
+
34
/// <summary>
35
/// Verify checks whether the transaction is signed by the committee.
36
/// </summary>
0 commit comments