Skip to content

Commit f919573

Browse files
committed
f: tests/gobject-propose-txid.js
1 parent 189f0cf commit f919573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/gobject-propose-txid.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function main() {
2222
hashParent: new Uint8Array(32),
2323
revision: 1,
2424
time: 1721275147,
25-
hexJson:
25+
dataHex:
2626
"7b2273746172745f65706f6368223a313732313237353234372c22656e645f65706f6368223a313732313238353234372c226e616d65223a22746573742d70726f706f73616c2d34222c227061796d656e745f61646472657373223a22794d374d34594a4676353868676561394655784c746a4b42704b5843736a78574e58222c227061796d656e745f616d6f756e74223a3130302c2274797065223a312c2275726c223a2268747470733a2f2f7777772e6461736863656e7472616c2e6f72672f702f746573742d70726f706f73616c2d34227d",
2727
};
2828

@@ -40,8 +40,8 @@ async function main() {
4040
["revision", 4],
4141
["time", 8],
4242
["hexJSONLen-header", 1],
43-
["hexJSONLen", GObj.utils.toVarIntSize(gobj.hexJson.length)],
44-
["hexJSON", gobj.hexJson.length],
43+
["hexJSONLen", GObj.utils.toVarIntSize(gobj.dataHex.length)],
44+
["hexJSON", gobj.dataHex.length],
4545
["masterNodeOutpointHash", 32],
4646
["masterNodeOutpointIndex", 4],
4747
["dummyByte", 1],

0 commit comments

Comments
 (0)