1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00
Go to file
Karel Bílek 80c7b666a2 Raising the maxfee (#24)
Right now, the recommended fee by 21.co is 200 satoshis per b. (see https://bitcoinfees.21.co/api/v1/fees/recommended )

We use 21.co on mytrezor.

200 satoshis per byte == 200.000 satoshis per kB.

I am raising it to 300.000 so we have some breathing room.
2017-02-27 20:59:34 +01:00
keys add trezorv1 public keys 2016-12-25 19:40:28 +01:00
protob Ethereum: chain id for EIP-155 replay protection (#23) 2017-01-22 12:16:49 +01:00
signer update config.json: remove quorumwallet 2017-02-18 18:16:47 +01:00
tools Adde pb2py, generator for simplified python protobuf definitions 2016-12-04 19:23:45 +01:00
udev -> trezor.io 2017-01-10 15:11:32 +01:00
coins.json Raising the maxfee (#24) 2017-02-27 20:59:34 +01:00
README.md rename README -> README.md 2016-02-01 15:09:39 +01:00

#trezor-common

Common files shared among TREZOR repositories.

This repo is meant to be included as submodule to others using:

git submodule add https://github.com/trezor/trezor-common.git trezor-common