Skip to content

Commit

Permalink
format: Fix formatting in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Jun 19, 2024
1 parent 2d72a84 commit 731a9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/storage-provider/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ use primitives::BlockNumber;
use sp_core::blake2_64;

/// Assigns proving period offset randomly in the range [0, WPOST_PROVING_PERIOD)
/// by hashing the address and current block number.
/// by hashing the address and current block number.
///
/// Filecoin implementation reference: https://github.com/filecoin-project/builtin-actors/blob/17ede2b256bc819dc309edf38e031e246a516486/actors/miner/src/lib.rs#L4886
/// Filecoin implementation reference: <https://github.com/filecoin-project/builtin-actors/blob/17ede2b256bc819dc309edf38e031e246a516486/actors/miner/src/lib.rs#L4886>
pub fn assign_proving_period_offset<AccountId>(
addr: &AccountId,
current_block: BlockNumber,
Expand Down

0 comments on commit 731a9b8

Please sign in to comment.