Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 10, 2023
2 parents 38ddbe3 + 58fa23d commit cde5111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nodejs/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const m = require('marlowe_lang');
const m = require('marlowe_lang@nodejs');

let redeemer = m.decode_marlowe_input_cbor_hex("9fd8799fd87a9fd8799f4763686f69636531d8799fd87980d8799fd8799f581c22584b09e116a2b98819723bbe6eb65d01e1edc225fc2a3e46884d58ffd8799fd8799fd8799f581cb1131cc98fc9ff8936a281874115fce0b73f99b40542172c8eb223b9ffffffffffff02ffffff")
let datum = m.decode_cborhex_marlowe_plutus_datum ("d8799fd8799f40ffd8799fa1d8799fd8799fd87980d8799fd8799f581c22584b09e116a2b98819723bbe6eb65d01e1edc225fc2a3e46884d58ffd8799fd8799fd8799f581cb1131cc98fc9ff8936a281874115fce0b73f99b40542172c8eb223b9ffffffffffd8799f4040ffff1a002dc6c0a1d8799f4763686f69636531d8799fd87980d8799fd8799f581c22584b09e116a2b98819723bbe6eb65d01e1edc225fc2a3e46884d58ffd8799fd8799fd8799f581cb1131cc98fc9ff8936a281874115fce0b73f99b40542172c8eb223b9ffffffffffff02a01b0000018709761f88ffd87c9f9fd8799fd87a9fd8799f4763686f69636532d8799fd87980d8799fd8799f581c22584b09e116a2b98819723bbe6eb65d01e1edc225fc2a3e46884d58ffd8799fd8799fd8799f581cb1131cc98fc9ff8936a281874115fce0b73f99b40542172c8eb223b9ffffffffffff9fd8799f0304ffffffd87980ffff1b0000019ce9379560d87980ffff")
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/iterator.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```

// Basic example using iterators
```rust
use chrono::Days;
Expand Down Expand Up @@ -224,4 +224,4 @@ When
Close)
) ] 1673186510225 Close)
) ] 1673100110225 Close
```
```

0 comments on commit cde5111

Please sign in to comment.