Skip to content

Commit 7bc2f15

Browse files
authored
Add SupportedStandards
1 parent d2fd7ab commit 7bc2f15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Neo/SmartContract/Native/Treasury.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ internal Treasury() : base() { }
2626

2727
public override Hardfork? ActiveIn => Hardfork.HF_Faun;
2828

29+
protected override void OnManifestCompose(IsHardforkEnabledDelegate hfChecker, uint blockHeight, ContractManifest manifest)
30+
{
31+
manifest.SupportedStandards = ["NEP-26", "NEP-27"];
32+
}
33+
2934
/// <summary>
3035
/// Verify checks whether the transaction is signed by the committee.
3136
/// </summary>

0 commit comments

Comments
 (0)