Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 3a370b8

Browse files
author
Gabriel Cardona
committed
add wif.
1 parent c2456fd commit 3a370b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/data/docs/bitbox/util.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Sweep utxo for `wif` to `cashAddress`
7575
// balance only
7676
(async () => {
7777
try {
78+
const wif = "cP8LcsoMneSyjdtyFTmnASsmAuyd2SfZjG4drp5twAJoSpRa2RCx"
7879
const result = await bitbox.Util.sweep(
7980
wif,
8081
"bchtest:qqmd9unmhkpx4pkmr6fkrr8rm6y77vckjvqe8aey35",
@@ -90,6 +91,7 @@ Sweep utxo for `wif` to `cashAddress`
9091
// sweep utxo
9192
(async () => {
9293
try {
94+
const wif = "cP8LcsoMneSyjdtyFTmnASsmAuyd2SfZjG4drp5twAJoSpRa2RCx"
9395
const result = await bitbox.Util.sweep(
9496
wif,
9597
"bchtest:qqmd9unmhkpx4pkmr6fkrr8rm6y77vckjvqe8aey35"

0 commit comments

Comments
 (0)