Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Oct 22, 2024
1 parent 71b037b commit 36834c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tests/2wp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -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));
Expand Down

0 comments on commit 36834c7

Please sign in to comment.