Skip to content

Commit

Permalink
fix: wallet-api-tools bitcoin template options
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant committed Oct 8, 2024
1 parent 04faeac commit 7fa11e1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions apps/wallet-api-tools/src/CommandSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ const data: Group[] = [
},
},
},
],
},
{
name: "bitcoin",
options: [
{
label: "getPublicKey",
value: {
Expand All @@ -218,11 +213,6 @@ const data: Group[] = [
},
},
},
],
},
{
name: "bitcoin",
options: [
{
label: "getXPub",
value: {
Expand Down

0 comments on commit 7fa11e1

Please sign in to comment.