Skip to content

Commit c37009b

Browse files
committedAug 1, 2022
Zero burn fees in the newly create staking pools
1 parent b7e53dd commit c37009b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎res/staking_factory_release.wasm

0 Bytes
Binary file not shown.

‎staking-factory/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const NO_DEPOSIT: Balance = 0;
1919

2020
/// Burn fee that whitelisted contracts take.
2121
const BURN_FEE_FRACTION: Ratio = Ratio {
22-
numerator: 3,
22+
numerator: 0,
2323
denominator: 10,
2424
};
2525

0 commit comments

Comments
 (0)
Please sign in to comment.