mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +00:00
docs: fix typos
This commit is contained in:
parent
ba25084904
commit
7f8b461548
@ -329,9 +329,9 @@ signatures.
|
|||||||
|
|
||||||
A replacement transaction in Trezor must satisfy the following requirements:
|
A replacement transaction in Trezor must satisfy the following requirements:
|
||||||
|
|
||||||
* All inputs of the original transactions must be inputs of the replacement transation.
|
* All inputs of the original transactions must be inputs of the replacement transaction.
|
||||||
* All _external_ outputs of the original transactions must be outputs of the replacement
|
* All _external_ outputs of the original transactions must be outputs of the replacement
|
||||||
transation.
|
transaction.
|
||||||
* The value of an external output may be decreased only if there are no new external
|
* The value of an external output may be decreased only if there are no new external
|
||||||
inputs. This should only be used to bump the fee if the original transaction transfers
|
inputs. This should only be used to bump the fee if the original transaction transfers
|
||||||
the entire account balance and there is no other source available to bump the fee.
|
the entire account balance and there is no other source available to bump the fee.
|
||||||
|
@ -21,7 +21,7 @@ Any other usage of the emulator is discouraged. Doing so runs the risk of losing
|
|||||||
- either enter `poetry shell` first, and then use `./emu.py`
|
- either enter `poetry shell` first, and then use `./emu.py`
|
||||||
- or always use `poetry run ./emu.py`
|
- or always use `poetry run ./emu.py`
|
||||||
3. start the bridge:
|
3. start the bridge:
|
||||||
- to initalise the [bridge](https://github.com/trezor/trezord-go) with emulator support, start it with `trezord-go -e 21324`
|
- to initialise the [bridge](https://github.com/trezor/trezord-go) with emulator support, start it with `trezord-go -e 21324`
|
||||||
- alternatively, launch the [desktop suite](https://suite.trezor.io/) from the command line with the argument `--bridge-dev`
|
- alternatively, launch the [desktop suite](https://suite.trezor.io/) from the command line with the argument `--bridge-dev`
|
||||||
|
|
||||||
Now you can use the emulator the same way as you use the device, for example you can use [Trezor Suite](https://suite.trezor.io), use our Python CLI tool (`trezorctl`), etc. Simply click to emulate screen touches.
|
Now you can use the emulator the same way as you use the device, for example you can use [Trezor Suite](https://suite.trezor.io), use our Python CLI tool (`trezorctl`), etc. Simply click to emulate screen touches.
|
||||||
@ -96,7 +96,7 @@ file with `--output`.
|
|||||||
|
|
||||||
### Running subcommands with the emulator
|
### Running subcommands with the emulator
|
||||||
|
|
||||||
In scripts, it is often necessary to start the emulator, run a commmand while it is
|
In scripts, it is often necessary to start the emulator, run a command while it is
|
||||||
available, and then stop it. The following command runs the device test suite using the
|
available, and then stop it. The following command runs the device test suite using the
|
||||||
emulator:
|
emulator:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user