Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfter committed Jan 14, 2024
1 parent d0a9ab9 commit 715c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function sendTransaction(nonce) {
let templateData = {"uuid": `${uuid}`}
tokenJson = template(templateData);

let id = randomInteger(1, 1000000)
let id = randomInteger(100000, 1000000)
templateData = {"id": `${id}`}
tokenJson = template(templateData);

Expand Down

0 comments on commit 715c026

Please sign in to comment.