Skip to content

Commit 3413842

Browse files
filippoweb3laboon
andauthored
Update docs/learn/learn-transactions.md
Co-authored-by: Bill Laboon <laboon@users.noreply.github.com>
1 parent e7f6cde commit 3413842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/learn-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ vesting cases, the lock decreases over time until all the funds are transferable
9292

9393
### Batch Transactions
9494

95-
Batch transfers are transfers that "batch together" multiple calls. The `utility` pallet is used to dispatch batched calls, and there are three types of batch calls:
95+
Batch transactions are single transactions that "batch together" multiple calls. The `utility` pallet is used to dispatch batched calls, and there are three types of batch calls:
9696
- `utility.batch()`: stops execution if it encounters an error and emits an event with the number of executed calls and the error of the failed call.
9797
- `utility.batchAll()`: atomic batch execution, meaning that if any call within the batch fails, everything is rolled back as if nothing happened.
9898
- `utility.forceBatch()`: If any transaction fails, it is ignored, and the rest of the transactions are executed.

0 commit comments

Comments
 (0)