Procházet zdrojové kódy

p2w-sdk/rust/src/lib.rs: Comment about hex payload generation

commit-id:352e74f9
Stan Drozd před 3 roky
rodič
revize
ecc6a99b73
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      third_party/pyth/p2w-sdk/rust/src/lib.rs

+ 3 - 3
third_party/pyth/p2w-sdk/rust/src/lib.rs

@@ -451,9 +451,9 @@ impl PriceAttestation {
     }
 }
 
-/// This test suite of the format doubles as a test payload
-/// generator; print statements help provide plausible
-/// serialized data on demand.
+/// This test suite of the format doubles as a test payload generator;
+/// print statements help provide plausible serialized data on demand
+/// using `cargo test -- --nocapture`.
 #[cfg(test)]
 mod tests {
     use super::*;