Skip to content

Commit

Permalink
chore(submodule): update caminojs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed Nov 14, 2024
1 parent 57bd935 commit b040f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"vue": "^2.6.11",
"vue-cli-plugin-vuetify": "^2.0.3",
"vuetify": "^2.6.14",
"vuetify-loader": "^1.9.2"
"vuetify-loader": "^1.9.2",
"xss": "1.0.14"
}
}
2 changes: 0 additions & 2 deletions src/helpers/wallet_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ class WalletHelper {

const unsignedTx = await ava.PChain().buildCaminoAddValidatorTx(
utxoSet,
[stakeReturnAddr],
[pAddressStrings, signerAddresses], // from
[changeAddress], // change
nodeID,
Expand Down Expand Up @@ -330,7 +329,6 @@ class WalletHelper {

const unsignedTx = await ava.PChain().buildCaminoAddValidatorTx(
utxoSet,
pAddressStrings,
[pAddressStrings, signerAddresses],
pAddressStrings,
nodeID,
Expand Down

0 comments on commit b040f16

Please sign in to comment.