Skip to content

Commit 58c5ece

Browse files
Fixed breaking code changes.
1 parent aabb084 commit 58c5ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OnixLabs.Core/Text/Base58Codec.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ public bool TryDecode(ReadOnlySpan<char> value, IFormatProvider? provider, out b
153153

154154
IEnumerable<byte> bytesWithoutLeadingZeros = data
155155
.ToByteArray()
156+
.AsEnumerable()
156157
.Reverse()
157158
.SkipWhile(byteValue => byteValue == 0);
158159

0 commit comments

Comments
 (0)