Skip to content

Commit

Permalink
Update sdk/src/types/block/output/storage_score.rs
Browse files Browse the repository at this point in the history
Co-authored-by: DaughterOfMars <[email protected]>
  • Loading branch information
thibault-martinez and DaughterOfMars authored Jan 9, 2024
1 parent b3d6435 commit 85b6628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/output/storage_score.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// 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 actually used disk space of the output itself.
//! 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 85b6628

Please sign in to comment.