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 24efa67 commit b3932faCopy full SHA for b3932fa
src/Neo/SmartContract/ApplicationEngine.cs
@@ -149,7 +149,7 @@ public partial class ApplicationEngine : ExecutionEngine
149
public long FeeConsumed => (long)_feeConsumed.DivideCeiling(FeeFactor);
150
151
/// <summary>
152
- /// Exec Fee Factor. In the unit of datoshi, 1 datoshi = 1e-8 GAS
+ /// Exec Fee Factor. In the unit of picoGAS, 1 picoGAS = 1e-12 GAS
153
/// </summary>
154
internal BigInteger ExecFeePicoFactor => _execFeeFactor;
155
0 commit comments