fix doc comment

This commit is contained in:
Boog900 2023-11-06 02:19:49 +00:00
parent fc7b676f7b
commit b49878ac6b
No known key found for this signature in database
GPG key ID: 5401367FB7302004

View file

@ -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)]