Skip to content

Commit

Permalink
Add support for signing with standalone keys to Trezor
Browse files Browse the repository at this point in the history
  • Loading branch information
OBorce committed Mar 7, 2025
1 parent 001afc6 commit 1c8bf9e
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 987 deletions.
3 changes: 3 additions & 0 deletions wallet/src/signer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#[cfg(test)]
mod signer_test_helpers;

use std::sync::Arc;

use common::{
Expand Down
Loading

0 comments on commit 1c8bf9e

Please sign in to comment.