mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-26 00:08:10 +00:00
chore(core): fix failing style check
This commit is contained in:
parent
e3c3264f68
commit
0a0c1004c8
@ -312,9 +312,9 @@ impl<'a> SignTxProgress<'a> {
|
|||||||
TxRequestType::TXOUTPUT => ack_output_request(&self.req, psbt, network),
|
TxRequestType::TXOUTPUT => ack_output_request(&self.req, psbt, network),
|
||||||
TxRequestType::TXMETA => ack_meta_request(&self.req, psbt),
|
TxRequestType::TXMETA => ack_meta_request(&self.req, psbt),
|
||||||
TxRequestType::TXEXTRADATA => unimplemented!(), //TODO(stevenroose) implement
|
TxRequestType::TXEXTRADATA => unimplemented!(), //TODO(stevenroose) implement
|
||||||
TxRequestType::TXORIGINPUT
|
TxRequestType::TXORIGINPUT |
|
||||||
| TxRequestType::TXORIGOUTPUT
|
TxRequestType::TXORIGOUTPUT |
|
||||||
| TxRequestType::TXPAYMENTREQ => unimplemented!(),
|
TxRequestType::TXPAYMENTREQ => unimplemented!(),
|
||||||
TxRequestType::TXFINISHED => unreachable!(),
|
TxRequestType::TXFINISHED => unreachable!(),
|
||||||
}?;
|
}?;
|
||||||
self.ack_msg(ack)
|
self.ack_msg(ack)
|
||||||
|
Loading…
Reference in New Issue
Block a user