From 9720e1953945632ab8be058e21176f822f41e535 Mon Sep 17 00:00:00 2001 From: Vishal Menon Date: Tue, 20 Apr 2021 10:50:47 +0530 Subject: [PATCH] removed redundnt xpub calculation for BDK key example" --- content/blog/2020/descriptors_in_the_wild.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/blog/2020/descriptors_in_the_wild.md b/content/blog/2020/descriptors_in_the_wild.md index b1b1e3daf1..2161e68b74 100644 --- a/content/blog/2020/descriptors_in_the_wild.md +++ b/content/blog/2020/descriptors_in_the_wild.md @@ -136,10 +136,6 @@ export BDK_key=$(bdk-cli key generate) export BDK_xprv=$(echo $BDK_key | jq -r '.xprv') -# Derived Extended Pubblic key - -export BDK_xpub_84=$(bdk-cli key derive --path m/84h/0h/0h --xprv $BDK_xprv | jq -r '.xpub' | rev | cut -c 3- | rev) - # Now I build the derived xpubs to be communicated (to Alice). export BDK_xpub_84_for_rec_desc=$(bdk-cli key derive --path m/84h/0h/0h/1 --xprv $BDK_xprv | jq -r '.xpub') -- 2.49.0