mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
tests: ignore trezor.log
This commit is contained in:
parent
4c9689d7a7
commit
cfe0e34215
@ -118,7 +118,7 @@ message PassphraseRequest {
|
||||
* Request: Send passphrase back
|
||||
* @auxend
|
||||
*/
|
||||
message PassphraseAck {
|
||||
message PassphraseAck {
|
||||
optional string passphrase = 1;
|
||||
optional bytes _state = 2 [deprecated=true]; // <2.3.0
|
||||
optional bool on_device = 3; // user wants to enter passphrase on the device
|
||||
@ -134,8 +134,8 @@ message Deprecated_PassphraseStateRequest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Request: Send passphrase state back
|
||||
* Deprecated in 2.3.0
|
||||
* Request: Send passphrase state back
|
||||
* Deprecated in 2.3.0
|
||||
* @auxend
|
||||
*/
|
||||
message Deprecated_PassphraseStateAck {
|
||||
|
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
@ -1 +1,2 @@
|
||||
junit.xml
|
||||
trezor.log
|
||||
|
Loading…
Reference in New Issue
Block a user