From 0f4230f331e3018ea2fe93ea35b5066683f11e5d Mon Sep 17 00:00:00 2001 From: gagliardetto Date: Tue, 27 Jun 2023 10:16:28 +0200 Subject: [PATCH] Fix comment --- ledger.ipldsch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger.ipldsch b/ledger.ipldsch index 78cb7a13..5dc50d4e 100644 --- a/ledger.ipldsch +++ b/ledger.ipldsch @@ -70,7 +70,7 @@ type Transaction struct { metadata DataFrame # The slot number where this transaction was created. slot Int - # The index of this transaction in the the block (0-indexed). + # The index of the position of this transaction in the block (0-indexed). index nullable optional Int } representation tuple