mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
fix doc
This commit is contained in:
parent
bfba7aa0ca
commit
24a4fd2f0b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use monero_serai::generators::H;
|
||||||
/// Defined at:
|
/// Defined at:
|
||||||
/// - <https://github.com/monero-project/monero/blob/893916ad091a92e765ce3241b94e706ad012b62a/src/ringct/rctOps.cpp#L44>
|
/// - <https://github.com/monero-project/monero/blob/893916ad091a92e765ce3241b94e706ad012b62a/src/ringct/rctOps.cpp#L44>
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
const ZERO_COMMITMENT_DECOMPOSED_AMOUNT: [u64; 172] = [
|
pub const ZERO_COMMITMENT_DECOMPOSED_AMOUNT: [u64; 172] = [
|
||||||
1, 2, 3, 4, 5, 6, 7, 8, 9,
|
1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||||
10, 20, 30, 40, 50, 60, 70, 80, 90,
|
10, 20, 30, 40, 50, 60, 70, 80, 90,
|
||||||
100, 200, 300, 400, 500, 600, 700, 800, 900,
|
100, 200, 300, 400, 500, 600, 700, 800, 900,
|
||||||
|
|
Loading…
Reference in a new issue