Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 30, 2024
1 parent 3ef3f71 commit 33658e5
Show file tree
Hide file tree
Showing 2 changed files with 5,253 additions and 7,380 deletions.
3 changes: 1 addition & 2 deletions bindings/nodejs/tests/client/examples.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { expect, describe, it } from '@jest/globals';
import {
Client,
utf8ToHex,
Expand Down Expand Up @@ -215,7 +214,7 @@ describe.skip('Main examples', () => {
),
],
});

//let payload = await secretManager.signTransaction(prepared);
const unsignedBlock = await client.buildBasicBlock("", undefined);
const signedBlock = await secretManager.signBlock(unsignedBlock, chain);
Expand Down
Loading

0 comments on commit 33658e5

Please sign in to comment.