mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-21 02:08:11 -04:00
show donation addresses
This commit is contained in:
parent
a85198c9ed
commit
5b007bb90d
3 changed files with 22 additions and 1 deletions
|
@ -25,3 +25,8 @@ def trim_arg(all_args, arg_to_trim):
|
|||
d = all_args.to_dict()
|
||||
d.pop(arg_to_trim)
|
||||
return urlencode(d)
|
||||
|
||||
|
||||
@bp.app_template_filter("seems_legit")
|
||||
def seems_legit(addy):
|
||||
return len(addy) == 97
|
Loading…
Add table
Add a link
Reference in a new issue