Skip to content

Commit adb5204

Browse files
authored
Merge pull request #404 from Emurgo/fix-docs
Revert "change undefined to null in tx example"
2 parents dab5ea8 + 28de02f commit adb5204

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)