Skip to content

Commit

Permalink
fixed transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Dec 14, 2023
1 parent c28961c commit 23b8f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -14,7 +14,7 @@
"axios": "^1.5.1",
"bignumber.js": "^9.1.0",
"crypto-js": "^4.2.0",
"decentralcardgame-cardchain-client-ts": "^0.0.25",
"decentralcardgame-cardchain-client-ts": "0.0.25",
"long": "^5.2.0",
"merge-images": "^2.0.0",
"pinia": "^2.0.23",
Expand Down
2 changes: 1 addition & 1 deletion src/views/CardCreatorPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ export default {
)
return
}
if (this.designateArtist && !this.$cardChain.validAddress(this.artistAddress)) {
if (this.designateArtist && !validAddress(this.artistAddress)) {
this.notifyFail(
"Invalid Address",
"The address given for designated artist is invalid."
Expand Down

0 comments on commit 23b8f1e

Please sign in to comment.