mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
fix doc comment
This commit is contained in:
parent
fc7b676f7b
commit
b49878ac6b
1 changed files with 2 additions and 3 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue