Skip to content

Commit

Permalink
fix: include aexn contracts with special chars (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeshe committed Jun 16, 2023
1 parent ee7de9b commit a72fe7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ae_mdw/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ defmodule AeMdw.Util do
alias AeMdw.Collection
alias AeMdw.Db.State

@max_name_bin String.duplicate("z", 128)
# (U+10FFFD) “􏿽”
@max_name_bin String.duplicate("􏿽", 100)

@type opt() :: {:expand?, boolean()} | {:top?, boolean()}
@type opts() :: [opt()]
Expand Down

0 comments on commit a72fe7b

Please sign in to comment.