From c281d54039a388e1360301adece424ce23bb4928 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 2 Aug 2026 23:42:31 -0700 Subject: [PATCH] Typo. --- src/lib/block/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/block/index.ts b/src/lib/block/index.ts index 71b53f1..ed5e453 100644 --- a/src/lib/block/index.ts +++ b/src/lib/block/index.ts @@ -44,7 +44,7 @@ export class Block { * Initialize a block with the current state of an account so that it can * subsequently be configured as a change, receive, or send transaction. * - * All parameters are eventually required in order to initialize the block, but + * All parameters are eventually required in order to initialize the block, * but if `account` is an Account class object, its properties can be used for * the other parameters instead of passing them into the constructor. * -- 2.52.0