mirror of
https://github.com/vacp2p/nescience-zkvm-testing.git
synced 2026-01-08 22:58:00 -05:00
clarify authentication check not included in the docstrings
This commit is contained in:
@@ -61,7 +61,8 @@ pub fn bytes_to_words(bytes: &[u8; 32]) -> [u32; 8] {
|
||||
/// - does not change account addresses
|
||||
/// - does not change account nonces
|
||||
/// - does not change the `program_owner` field
|
||||
/// - only reduces the balance of accounts it owns
|
||||
/// - only reduces the balance of accounts it owns and for which authentication was provided
|
||||
/// (**NOTE**: this authentication check is **not** included in this proof of concept)
|
||||
/// - preserves the total token supply across all accounts
|
||||
///
|
||||
/// This function does **not** check that the output accounts are the result of correctly
|
||||
|
||||
Reference in New Issue
Block a user