We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53ba3b commit f2f53afCopy full SHA for f2f53af
1 file changed
src/Neo.SmartContract.Framework/Nep11Token.cs
@@ -31,6 +31,7 @@ public abstract class Nep11Token<TokenState> : TokenContract
31
protected const byte Prefix_Token = 0x03;
32
protected const byte Prefix_AccountToken = 0x04;
33
34
+ [Safe]
35
public sealed override byte Decimals() => 0;
36
37
[Safe]
0 commit comments