Skip to content

Commit b3932fa

Browse files
authored
Update src/Neo/SmartContract/ApplicationEngine.cs
1 parent 24efa67 commit b3932fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo/SmartContract/ApplicationEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public partial class ApplicationEngine : ExecutionEngine
149149
public long FeeConsumed => (long)_feeConsumed.DivideCeiling(FeeFactor);
150150

151151
/// <summary>
152-
/// Exec Fee Factor. In the unit of datoshi, 1 datoshi = 1e-8 GAS
152+
/// Exec Fee Factor. In the unit of picoGAS, 1 picoGAS = 1e-12 GAS
153153
/// </summary>
154154
internal BigInteger ExecFeePicoFactor => _execFeeFactor;
155155

0 commit comments

Comments
 (0)