docs: fix typos

pull/3395/head
GoodDaisy 6 months ago committed by matejcik
parent ba25084904
commit 7f8b461548

@ -329,9 +329,9 @@ signatures.
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
transation.
transaction.
* 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
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`
- or always use `poetry run ./emu.py`
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`
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
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
emulator:

Loading…
Cancel
Save