Skip to content

Commit

Permalink
fixup! fixup! signer: Add legacy_bip32_ext_key for backwards compat…
Browse files Browse the repository at this point in the history
…ibility
  • Loading branch information
cdecker committed Aug 31, 2023
1 parent 57703c6 commit 130f376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/gl-client/src/signer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ impl Signer {

let init = HsmdInitReplyV4::from_vec(init).unwrap();
let id = init.node_id.0.to_vec();
use vls_protocol::msgs::SerBolt;
let init = init.as_vec();
use vls_protocol::msgs::SerBolt;
let init = init.as_vec();

trace!("Initialized signer for node_id={}", hex::encode(&id));
Ok(Signer {
Expand Down

0 comments on commit 130f376

Please sign in to comment.