Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikineese committed Feb 9, 2024
1 parent 8bbcba6 commit 35a9c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/btc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe('btc', () => {
test('getWalletPrivateData with mnemonic', () => {
let btc = CryptoFactory.getBtc();
let result = btc.getWalletPrivateData('horn always soldier snake basic must mosquito entry tuition protect sustain mango')

expect(result).toStrictEqual(walletPrivateData);
});

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wallet-private-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"privateKeyBase58": "xprv9s21ZrQH143K25usbyrE6MWu15UfzRtkWMx8rebreT1PKvJ8ecY4Uktr4hYdwHkBEBeYifvYwg2fkaGZmSZbFYfiPv1NDMfMqFPffrBn1d6",
"privateKeyTronHex": "ac9d67ff432cb543cad9270de152c8dd91719ccb0987f863fd28378c43d057c2",
"privateKeyEthBase58": "xprvA1MzT94xpgCNrpZcnhLxznaiBdkPnjKBxMzj8YkFZG8qAafQTW28vJhaSPb1ssf9VqwctVLTnMJ5Ex388BJKuWtf6CdAUgp8pQCuc1obxBN",
"changePublicKeyBase58": "xpub6DsC89y2FtDPE8fVT5fCs9nDGBVns82DVfWQtJmYDJU5qWhxS51hUyvZN2Vfm39MaDbTvWAFq7ESrd2Mc1SYcVqf5ZhmQvCdw4nfskd1teX"
"changePublicKeyBase58": "xpub6E5iwGKRdGJu4eEQhUwTv1wyrrUqXp5pXzWsVprFU5aJyoSTqU7Q3CAZbK8vy3X2vUaC5y8veXLVh5SPpnsNt8TJmgd99SfHtePRmY3M1kZ"
}

0 comments on commit 35a9c6e

Please sign in to comment.