1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

core: regenerate templates

This commit is contained in:
Pavol Rusnak 2019-05-23 20:24:44 +02:00
parent cc2acb2e67
commit 5f1586e049
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 0 additions and 22 deletions

View File

@ -4,7 +4,6 @@ prebuild style:
stage: prebuild
script:
- pipenv run make style_check
- cd core && pipenv run make templates_check # TODO
prebuild common:
stage: prebuild

View File

@ -640,27 +640,6 @@ def by_name(name: str) -> CoinInfo:
decred=False,
curve_name='secp256k1',
)
elif name == "Flashcoin":
return CoinInfo(
coin_name=name,
coin_shortcut="FLASH",
address_type=68,
address_type_p2sh=130,
maxfee_kb=4000000,
signed_message_header="Flashcoin Signed Message:\n",
xpub_magic=0x0488b21e,
xpub_magic_segwit_p2sh=0x049d7cb2,
xpub_magic_segwit_native=0x04b24746,
bech32_prefix="flash",
cashaddr_prefix=None,
slip44=120,
segwit=True,
fork_id=None,
force_bip143=False,
bip115=False,
decred=False,
curve_name='secp256k1',
)
elif name == "Florincoin":
return CoinInfo(
coin_name=name,