Skip to content

Commit

Permalink
chore(submodule): update caminojs (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa authored Nov 7, 2024
1 parent 6d758ff commit a796a2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion caminojs
Submodule caminojs updated 811 files
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 @@ -153,7 +153,6 @@ class WalletHelper {

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

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

0 comments on commit a796a2c

Please sign in to comment.