You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
224 B

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2021, The Wownero Project.
COIN_ADDRESS_LENGTH = [97, 108]
COINCODE = 'WOW'
# QR image related
PIL_IMAGE_DIMENSIONS = (512, 512)
PIL_QUALITY = 50
PIL_OPTIMIZE = True