diff --git a/lib/tests/2wp.js b/lib/tests/2wp.js index 8239a36b..04bc7938 100644 --- a/lib/tests/2wp.js +++ b/lib/tests/2wp.js @@ -694,7 +694,7 @@ const execute = (description, getRskHost) => { // Arrange - // Create a pegin for the serder to ensure there is enough funds to pegout and because this is the natural process + // Create a pegin for the sender to ensure there is enough funds to pegout and because this is the natural process const senderRecipientInfo = await createSenderRecipientInfo(rskTxHelper, btcTxHelper); const peginValueInSatoshis = btcToSatoshis(0.5); const btcPeginTxHash = await sendPegin(rskTxHelper, btcTxHelper, senderRecipientInfo.btcSenderAddressInfo, satoshisToBtc(peginValueInSatoshis)); @@ -743,7 +743,7 @@ const execute = (description, getRskHost) => { // Arrange - // Create a pegin for the serder to ensure there is enough funds to pegout and because this is the natural process + // Create a pegin for the sender to ensure there is enough funds to pegout and because this is the natural process const senderRecipientInfo = await createSenderRecipientInfo(rskTxHelper, btcTxHelper); const peginValueInSatoshis = btcToSatoshis(0.5); const btcPeginTxHash = await sendPegin(rskTxHelper, btcTxHelper, senderRecipientInfo.btcSenderAddressInfo, satoshisToBtc(peginValueInSatoshis));