Skip to content

Commit fd5422d

Browse files
committed
wording tweak
1 parent 59d47f8 commit fd5422d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bincode.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ it("should encode/decode IdentityPublicKey", () => {
340340
})
341341

342342
it("should encode/decode OutPoint", () => {
343-
// WARNING: There are many versions of OutPoint, this one is the bincode::serde::encode_to_vec
343+
// WARNING: There are many encodings of OutPoint, this one is the bincode::serde::encode_to_vec
344344
// representation which uses length-prefixed txid and varuint encoding for vout (same as used in IdentityCreateTransitionV0)
345345
const op_hex = '200102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f20fb3039'
346346

0 commit comments

Comments
 (0)