From b2bb872df04a3ecb510d08830823dc1561258e16 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 15 Jul 2020 16:29:14 +1000 Subject: [PATCH] Use Unicode for section reference Co-authored-by: Henry de Valence --- zebra-chain/src/block/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/block/header.rs b/zebra-chain/src/block/header.rs index b536775a3..a6da4b90d 100644 --- a/zebra-chain/src/block/header.rs +++ b/zebra-chain/src/block/header.rs @@ -93,7 +93,7 @@ impl BlockHeader { /// is not strictly a consensus rule because it is nondeterministic, /// and clock time varies between nodes. Also note that a block that /// is rejected by this rule at a given point in time may later be - /// accepted."[S 7.5][7.5] + /// accepted." [ยง7.5][7.5] /// /// [7.5]: https://zips.z.cash/protocol/protocol.pdf#blockheader pub fn is_time_valid_local_clock(&self, now: DateTime) -> Result<(), Error> {