瀏覽代碼

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

commit-id:352e74f9
Stan Drozd 3 年之前
父節點
當前提交
ecc6a99b73
共有 1 個文件被更改,包括 3 次插入3 次删除
  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::*;