We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f944c commit 5b87411Copy full SHA for 5b87411
test/src/e2e.dynval/2/dv.n+1.test.ts
@@ -105,16 +105,16 @@ describe("Dynamic Validator N -> N+1", function() {
105
);
106
const delegateTx = stake
107
.createDelegateCCSTransaction(
108
- checkingNode.sdk,
+ bettyNode.sdk,
109
betty.platformAddress,
110
5_000
111
)
112
.sign({
113
secret: faucetSecret,
114
- seq: await checkingNode.sdk.rpc.chain.getSeq(faucetAddress),
+ seq: await bettyNode.sdk.rpc.chain.getSeq(faucetAddress),
115
fee: 10
116
});
117
- const delegateTxHash = checkingNode.sdk.rpc.chain.sendSignedTransaction(
+ const delegateTxHash = bettyNode.sdk.rpc.chain.sendSignedTransaction(
118
delegateTx
119
120
await checkingNode.waitForTx([nominateTxHash, delegateTxHash]);
0 commit comments