mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-08 20:09:41 +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 needs to be retrieved after every change in the blockchain.
|
||||||
///
|
///
|
||||||
/// This data *does not* need to be refreshed if one of these are true:
|
/// This data *does not* need to be refreshed if one of these are true:
|
||||||
///
|
/// - The input amounts are *ALL* 0
|
||||||
/// - The input amounts are *ALL* 0
|
/// - The top block hash is the same as when this data was retrieved.
|
||||||
/// - The top block hash is the same as when this data was retrieved.
|
|
||||||
///
|
///
|
||||||
/// https://cuprate.github.io/monero-book/consensus_rules/transactions/decoys.html
|
/// https://cuprate.github.io/monero-book/consensus_rules/transactions/decoys.html
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Reference in a new issue