We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a0456 commit aeea6d5Copy full SHA for aeea6d5
e2e/infrastructure/MosaicHttp.spec.ts
@@ -66,7 +66,7 @@ describe('MosaicHttp', () => {
66
describe('Setup test MosaicId', () => {
67
68
it('Announce MosaicDefinitionTransaction', async () => {
69
- const nonce = MosaicNonce.createFromNumber(999999999);
+ const nonce = MosaicNonce.createFromUint8Array(new Uint8Array([255, 255, 255, 255]));
70
mosaicId = MosaicId.createFromNonce(nonce, account.publicAccount);
71
const mosaicDefinitionTransaction = MosaicDefinitionTransaction.create(
72
Deadline.create(),
0 commit comments