Skip to content

Commit

Permalink
1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmcmahon committed Sep 30, 2024
1 parent a6a751c commit e11de94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arweave",
"version": "1.15.3",
"version": "1.15.4",
"description": "Arweave JS client library",
"main": "./node/index.js",
"react-native": "./node/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/common/lib/crypto/node-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export default class NodeCryptoDriver implements CryptoInterface {
};
console.warn(
"Transaction Verification Failed! \n" +
`Details: ${JSON.stringify(details, null, 2)} \n` +
"N.B. ArweaveJS is only guaranteed to verify txs created using ArweaveJS."
`Details: ${JSON.stringify(details, null, 2)} \n` +
"N.B. ArweaveJS is only guaranteed to verify txs created using ArweaveJS."
);
}

Expand Down

0 comments on commit e11de94

Please sign in to comment.