diff --git a/sdk/src/transaction.rs b/sdk/src/transaction.rs index e65bda52de..cf59000f3a 100644 --- a/sdk/src/transaction.rs +++ b/sdk/src/transaction.rs @@ -282,7 +282,7 @@ mod tests { assert!(!tx.verify_refs()); } - /// Detect binary changes in the serialized contract userdata, which could have a downstream + /// Detect binary changes in the serialized transaction userdata, which could have a downstream /// affect on SDKs and DApps #[test] fn test_sdk_serialize() {