http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/ede7353ea2b73b2c26d0eac2d4c661f022e493b0?style=split
__new__ ( cls , s ) @ -380,11 +378,14 @@ class MMGenLabel(HiliteStr,InitErrors): assert len ( s ) > = cls . min_len , f ' too short (< { cls . min_len } symbols) ' assert len ( s ) > = cls . min_len , f ' too short (< { cls . min_len } symbols) ' if cls . first_char and s and not s [ 0 ] in cls . first_char : raise ValueError ( ' first character not in set ' + ' ' . join ( cls . first_char ) ) if cls . allowed and not set ( list ( s ) ) . issubset ( set ( cls . allowed ) ) : if cls . allowed and not set (...