diff --git a/snippets/react-native/send_onchain.ts b/snippets/react-native/send_onchain.ts index cbdbd5d..14a3691 100644 --- a/snippets/react-native/send_onchain.ts +++ b/snippets/react-native/send_onchain.ts @@ -23,7 +23,7 @@ const exampleListCurrentFees = (currentFees: ReverseSwapPairInfo) => { // ANCHOR_END: get-current-reverse-swap-min-max } -const maxReverseSwapAmount = async () => { +const maxAmount = async () => { // ANCHOR: max-reverse-swap-amount const maxAmount = await maxReverseSwapAmount()