Skip to content

Commit ca9dd42

Browse files
authored
Merge pull request #42 from persistenceOne/puneet2019-patch-1
Update smartstake-update-valset-weights-xprt.js
2 parents 46aad5d + e4dc423 commit ca9dd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smartstake-update-valset-weights-xprt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {MsgExec} from "persistenceonejs/cosmos/authz/v1beta1/tx.js";
3131
import {assertIsDeliverTxSuccess} from "@cosmjs/stargate";
3232

3333
async function GetHostChainValSetData(persistenceChainInfo, cosmosChainInfo) {
34-
const lsm = true
34+
const lsm = false
3535

3636
const [cosmosTMClient, cosmosRpcClient] = await RpcClient(cosmosChainInfo)
3737
const cosmosStakingClient = new StakingQuery(cosmosRpcClient)
@@ -250,4 +250,4 @@ async function Fn(controllerChainInfo, hostChainInfo, txnSenderAddress, adminAdd
250250
}
251251
}
252252

253-
UpdateValsetWeights().then(_ => console.log("Success"))
253+
UpdateValsetWeights().then(_ => console.log("Success"))

0 commit comments

Comments
 (0)