From 1a472ddbd014d70203ce4466792fcf6093388567 Mon Sep 17 00:00:00 2001 From: Michael Asiedu Date: Thu, 1 Aug 2024 03:33:57 +0000 Subject: [PATCH] chore: Update asset handling note to reflect default epoch length --- cartesi-rollups/development/asset-handling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cartesi-rollups/development/asset-handling.md b/cartesi-rollups/development/asset-handling.md index c27c72d2..18aa2560 100644 --- a/cartesi-rollups/development/asset-handling.md +++ b/cartesi-rollups/development/asset-handling.md @@ -52,8 +52,8 @@ The dApp’s off-chain layer often requires knowledge of its address to facilita By calling [`relayDAppAddress()`](../rollups-apis/json-rpc/relays/relays.md), function of the `DAppAddressRelay` contract, it adds the dApp’s address as a new input for the Cartesi dApp to process. Next, the off-chain machine uses this address to generate a voucher for execution at the [`executeVoucher()`](../rollups-apis/json-rpc/application.md/#executevoucher) function of the `CartesiDApp` contract. -:::note epoch duration -By default, Cartesi nodes close one epoch every couple of days. You can [manually set the epoch duration](./cli-commands.md/#run) to facilitate quicker asset-handling methods. +:::note epoch length +By default, Cartesi nodes close one epoch every 7200 blocks. You can [manually set the epoch length](./cli-commands.md/#run) to facilitate quicker asset-handling methods. ::: Here are the function signatures used by vouchers to withdraw the different types of assets: