Skip to content

Commit ac1803d

Browse files
committed
Fix prefix length
1 parent c420d87 commit ac1803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/protocol/src/hashing/protokit-prefixes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ export const PROTOKIT_FIELD_PREFIXES = {
3232
padToHashPrefix("message-base-path")
3333
),
3434
OUTGOING_MESSAGE_DUMMY_TYPE: Field(
35-
prefixToField(padToHashPrefix("OUTGOING_MESSAGE_DUMMY_TYPE"))
35+
prefixToField(padToHashPrefix("OUT_MSG_DUMMY_TYPE"))
3636
),
3737
};

0 commit comments

Comments
 (0)