From: Chris Duncan Date: Sat, 9 Aug 2025 07:49:17 +0000 (-0700) Subject: Typo. X-Git-Tag: v0.10.5~41^2~148 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c8a231129b0b2eed8e93b264447edf792ce4760a;p=libnemo.git Typo. --- diff --git a/src/lib/block.ts b/src/lib/block.ts index 8fed8a8..6969891 100644 --- a/src/lib/block.ts +++ b/src/lib/block.ts @@ -220,7 +220,7 @@ export class Block { this.link = link this.representative = rep this.subtype = subtype - throw new TypeError('Failed to configure send block', { cause: err }) + throw new TypeError('Failed to configure change block', { cause: err }) } }