tests: ignore trezor.log

pull/803/head
matejcik 4 years ago
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 +1,2 @@
junit.xml
trezor.log

Loading…
Cancel
Save