Skip to content

Commit cff614b

Browse files
committed
change undefined to null in tx example
1 parent 961290b commit cff614b

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-
undefined, // transaction metadata
113+
null, // transaction metadata
114114
);
115115
```
116116

0 commit comments

Comments
 (0)