diff --git a/core/src/apps/zcash/orchard/signer.py b/core/src/apps/zcash/orchard/signer.py index 1cf8b0a999..92d41377ac 100644 --- a/core/src/apps/zcash/orchard/signer.py +++ b/core/src/apps/zcash/orchard/signer.py @@ -9,7 +9,7 @@ from trezor.messages import TxRequest, ZcashAck, ZcashOrchardInput, ZcashOrchard from trezor.wire import DataError from apps.bitcoin.sign_tx import helpers -from core.src.apps.common.paths import PathSchema +from apps.common.paths import PathSchema from .. import unified from ..hasher import ZcashHasher