Skip to content

Commit c1abb8d

Browse files
committed
Fix comment
1 parent c1f3f25 commit c1abb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/node/scenario-unstake-legacy-rpl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import { assertBN } from '../_helpers/bn';
99
const hre = require('hardhat');
1010
const ethers = hre.ethers;
1111

12-
// Withdraw legacy RPL for
12+
// Unstake legacy RPL for
1313
export async function unstakeLegacyRpl(amount, txOptions) {
1414
return unstakeLegacyRplFor(amount, txOptions.from.address, txOptions.from)
1515
}
1616

17-
// Withdraw legacy RPL
17+
// Unstake legacy RPL
1818
export async function unstakeLegacyRplFor(amount, nodeAddress, from) {
1919
// Load contracts
2020
const [

0 commit comments

Comments
 (0)