Skip to content

Commit 5979c9d

Browse files
committed
CRC: typo in unreachable message
Signed-off-by: Jacinta Ferrant <jacinta.ferrant@gmail.com>
1 parent 707c09a commit 5979c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ impl EventObserver {
626626
..
627627
})
628628
) {
629-
unreachable!("Unexpexted transaction result type");
629+
unreachable!("Unexpected transaction result type");
630630
}
631631
STATUS_RESP_TRUE
632632
}

0 commit comments

Comments
 (0)