Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 9, 2024
1 parent 85b6628 commit c32d51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/types/block/output/storage_score.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SPDX-License-Identifier: Apache-2.0

//! Storage deposit is a concept that creates a monetary incentive to keep the ledger state small. This is achieved by
//! enforcing a minimum IOTA coin deposit in every output based on the disk space that will actually be used to store it.
//! [TIP-47: Storage Deposit Dust Protection](https://github.com/iotaledger/tips/blob/tip47/tips/TIP-0047/tip-0047.md).
//! enforcing a minimum IOTA coin deposit in every output based on the disk space that will actually be used to store
//! it. [TIP-47: Storage Deposit Dust Protection](https://github.com/iotaledger/tips/blob/tip47/tips/TIP-0047/tip-0047.md).
use packable::Packable;

Expand Down

0 comments on commit c32d51c

Please sign in to comment.