Skip to content

Commit 4d2a319

Browse files
committed
Remove irrelevant comment about blockchain message encoding
1 parent d4c17b0 commit 4d2a319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/code/thirdparty/message.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ func (m *FiatOnrampPurchaseMessage) Encode() ([]byte, error) {
299299

300300
buffer = append(buffer, m.Nonce[:]...)
301301

302-
// Because memo requires UTF-8, and this is more space efficient than base64
303302
return []byte(base64.StdEncoding.EncodeToString(buffer)), nil
304303
}
305304

0 commit comments

Comments
 (0)