Skip to content

Commit 836f58a

Browse files
committed
refactor: remove aggresive inlining for encode
1 parent 005685e commit 836f58a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Base58Encoding/Base58.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public Base58(Base58Alphabet alphabet)
3131
/// </summary>
3232
/// <param name="data">Bytes to encode</param>
3333
/// <returns>Base58 encoded string</returns>
34-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
3534
public string Encode(ReadOnlySpan<byte> data)
3635
{
3736
if (data.IsEmpty)

0 commit comments

Comments
 (0)