From 682e2197cb54d7dd8c98524dc0b85fd147ea4869 Mon Sep 17 00:00:00 2001 From: AlexanderBuzz <102560752+AlexanderBuzz@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:10:11 +0100 Subject: [PATCH] Removed automatic cycler initalisation --- content/tutorials/get-started/get-started-using-php.md | 1 - content/tutorials/get-started/send-xrp.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/tutorials/get-started/get-started-using-php.md b/content/tutorials/get-started/get-started-using-php.md index ea880a4fd5..6ae4fd6f83 100644 --- a/content/tutorials/get-started/get-started-using-php.md +++ b/content/tutorials/get-started/get-started-using-php.md @@ -44,7 +44,6 @@ composer require hardcastle/xrpl_php ## Start Building -{% set n = cycler(* range(1,99)) %} When you're working with the XRP Ledger, there are a few things you'll need to manage, whether you're adding XRP to your [account](accounts.html), integrating with the [decentralized exchange](decentralized-exchange.html), or [issuing tokens](tokens.html). This tutorial walks you through basic patterns common to getting started with all of these use cases and provides sample code for implementing them. diff --git a/content/tutorials/get-started/send-xrp.md b/content/tutorials/get-started/send-xrp.md index bb027e1ff9..77c8adb194 100644 --- a/content/tutorials/get-started/send-xrp.md +++ b/content/tutorials/get-started/send-xrp.md @@ -32,7 +32,6 @@ To interact with the XRP Ledger, you need to set up a dev environment with the n ## Send a Payment on the Test Net -{% set n = cycler(* range(1,99)) %} ### 1. Get Credentials