mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 02:21:14 +00:00
make spellcheck green again (#6059)
* make spellcheck green again * remove the comment * Fix a comment in `provisioner` Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
This commit is contained in:
@@ -117,7 +117,7 @@ impl DisputeStatus {
|
||||
/// disputes.
|
||||
pub const ACTIVE_DURATION_SECS: Timestamp = 180;
|
||||
|
||||
/// Returns true if the dispute has concluded for longer than ACTIVE_DURATION_SECS
|
||||
/// Returns true if the dispute has concluded for longer than [`ACTIVE_DURATION_SECS`].
|
||||
pub fn dispute_is_inactive(status: &DisputeStatus, now: &Timestamp) -> bool {
|
||||
let at = status.concluded_at();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user