Quellcode durchsuchen

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

commit-id:352e74f9
Stan Drozd vor 3 Jahren
Ursprung
Commit
ecc6a99b73
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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::*;