Skip to content

Commit

Permalink
Reduce deploy fee (neo-project#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommo-L authored and Shawn committed Jan 8, 2021
1 parent 9684c00 commit 3bde341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/SmartContract/Native/ManagementContract.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private int GetNextAvailableId(StoreView snapshot)

internal override void Initialize(ApplicationEngine engine)
{
engine.Snapshot.Storages.Add(CreateStorageKey(Prefix_MinimumDeploymentFee), new StorageItem(100_00000000));
engine.Snapshot.Storages.Add(CreateStorageKey(Prefix_MinimumDeploymentFee), new StorageItem(10_00000000));
}

internal override void OnPersist(ApplicationEngine engine)
Expand Down

0 comments on commit 3bde341

Please sign in to comment.