Skip to content

Commit

Permalink
CU-86a12z6k6 - Adjust app version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raulduartep committed Oct 10, 2023
1 parent a42e5bc commit 4074cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/actions/transactionHistoryActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export async function computeN3Activity(
// check for gas claim
if (
invocation.metadata.scripthash ===
'0xef4073a0f2b305a38ec4050e4d3d28bc40ea63f5' &&
'0xef4073a0f2b305a38ec4050e4d3d28bc40ea63f5' &&
invocation.metadata.amount === 0
) {
invocation.type = 'CLAIM'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Neon",
"version": "2.20.9",
"version": "2.21.2",
"main": "./main.js",
"description": "Light wallet for NEO blockchain",
"homepage": "https://github.com/CityOfZion/neon-wallet",
Expand Down

0 comments on commit 4074cbf

Please sign in to comment.