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 06ea941 commit 60acf29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sdk/src/types/block/output/storage_score.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright 2022 IOTA Stiftung
// 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).
//! 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).
use packable::Packable;

Expand Down

0 comments on commit 60acf29

Please sign in to comment.