mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
14 lines
643 B
Python
14 lines
643 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (c) 2020 tecnovert
|
|
# Copyright (c) 2024 The Basicswap developers
|
|
# Distributed under the MIT software license, see the accompanying
|
|
# file LICENSE or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
mnemonics = [
|
|
"abandon baby cabbage dad eager fabric gadget habit ice kangaroo lab absorb",
|
|
"actuel comédie poésie noble facile éprouver brave cellule rotule académie hilarant chambre",
|
|
"ちしき いてざ きおち あしあと ぽちぶくろ こえる さつえい むえき あける ほんき むさぼる ねいろ",
|
|
]
|