Skip to content

Commit

Permalink
feat(pallets/subspace): add log
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed May 4, 2024
1 parent 7fef05d commit e975c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/subspace/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ pub mod v6 {
for (subnet_id, value) in FounderShare::<T>::iter() {
FounderShare::<T>::insert(subnet_id, value.max(FloorFounderShare::get() as u16));

Check failure on line 450 in pallets/subspace/src/migrations.rs

View workflow job for this annotation

GitHub Actions / check

type annotations needed

Check failure on line 450 in pallets/subspace/src/migrations.rs

View workflow job for this annotation

GitHub Actions / check

type annotations needed

Check failure on line 450 in pallets/subspace/src/migrations.rs

View workflow job for this annotation

GitHub Actions / check

type annotations needed
}
log::info!("All founder share set to minimum floor founder share");

MinBurn::<T>::set(10_000_000_000);
log::info!("MinBurn set to 10 (10_000_000_000)");
Expand Down

0 comments on commit e975c06

Please sign in to comment.