From f912d7d5c0c5a312ed0a2430487323d05f15cdd2 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Fri, 9 Feb 2024 09:48:19 +0100 Subject: [PATCH] Fix trailing spaces CI error --- snippets/react-native/closed_channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/react-native/closed_channel.ts b/snippets/react-native/closed_channel.ts index 6aa1b10..bf67474 100644 --- a/snippets/react-native/closed_channel.ts +++ b/snippets/react-native/closed_channel.ts @@ -7,7 +7,7 @@ const examplePrepareRedeemOnchainFunds = async (feeRate: number) => { // ANCHOR: prepare-redeem-onchain-funds try { const toAddress = 'bc1..' - const satPerVbyte = feeRate + const satPerVbyte = feeRate const prepareRedeemOnchainFundsResp = await prepareRedeemOnchainFunds({ toAddress, satPerVbyte }) } catch (err) { console.error(err)