Skip to content

Commit 7bebfcb

Browse files
authored
Merge pull request #1644 from onflow/cf/remove-warning
Remove schedule tx warning
2 parents 408fcae + 396231a commit 7bebfcb

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

docs/blockchain-development-tutorials/forte/scheduled-transactions/scheduled-transactions-introduction.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ keywords:
1515
- defi automation
1616
---
1717

18-
# Introduction to scheduled transactions
19-
20-
:::warning
21-
22-
Scheduled transactions are a new feature that is under development and is a part of [FLIP 330]. Currently, they only work in the emulator and testnet. We're close to finishing the specific implementation, but it but may change during the development process.
23-
24-
We will update these tutorials, but you may need to refactor your code if the implementation changes.
25-
26-
:::
18+
# Introduction to Scheduled Transactions
2719

2820
Flow, EVM, and other blockchains are a form of a **single** shared computer that anyone can use, with no admin privileges, super user roles, or complete control. For this to work, it must be impossible for any user to freeze the computer, on purpose or by accident.
2921

docs/build/cadence/advanced-concepts/scheduled-transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ sidebar_position: 8
1818

1919
## Introduction
2020

21-
:::warning
21+
:::info
2222

23-
Scheduled transactions were part of the Forte network upgrade and are available on Flow Mainnet, Flow Emulator (CLI v2.7.0+) and Flow Testnet. For more infomation, see [Forte: Introducing Actions & Agents].
23+
Scheduled transactions were part of the Forte network upgrade and are available on Flow Mainnet, Flow Emulator (CLI v2.7.0+) and Flow Testnet. For more information, see [Forte: Introducing Actions & Agents].
2424

2525
:::
2626

0 commit comments

Comments
 (0)