From b49878ac6b62a09606d7524bf6ae7a70f137e530 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Mon, 6 Nov 2023 02:19:49 +0000 Subject: [PATCH] fix doc comment --- consensus/src/transactions/contextual_data.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/consensus/src/transactions/contextual_data.rs b/consensus/src/transactions/contextual_data.rs index f272197a..440094d5 100644 --- a/consensus/src/transactions/contextual_data.rs +++ b/consensus/src/transactions/contextual_data.rs @@ -347,9 +347,8 @@ fn get_ring_members_for_inputs<'a>( /// this data needs to be retrieved after every change in the blockchain. /// /// This data *does not* need to be refreshed if one of these are true: -/// -/// - The input amounts are *ALL* 0 -/// - The top block hash is the same as when this data was retrieved. +/// - The input amounts are *ALL* 0 +/// - The top block hash is the same as when this data was retrieved. /// /// https://cuprate.github.io/monero-book/consensus_rules/transactions/decoys.html #[derive(Debug)]