Skip to content

Commit

Permalink
chore: back out previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mcgowan committed Sep 8, 2023
1 parent e86e3e7 commit f84110d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ uint32_t NoteBinaryMaxDecodedLength(uint32_t bufferSize)
/**************************************************************************/
uint32_t NoteBinaryMaxEncodedLength(uint32_t unencodedLength)
{
return cobsEncodedMaxLength(unencodedLength)+1;
return cobsEncodedMaxLength(unencodedLength);
}

//**************************************************************************/
Expand Down

0 comments on commit f84110d

Please sign in to comment.