Skip to content

Commit 28de02f

Browse files
Revert "change undefined to null in tx example"
This reverts commit cff614b.
1 parent dab5ea8 commit 28de02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/getting-started/generating-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ witnesses.set_bootstraps(bootstrapWitnesses);
110110
const transaction = CardanoWasm.Transaction.new(
111111
txBody,
112112
witnesses,
113-
null, // transaction metadata
113+
undefined, // transaction metadata
114114
);
115115
```
116116

0 commit comments

Comments
 (0)