Skip to content

Commit 3239f57

Browse files
authored
Update bpgeneratekey.cpp
modify error comment
1 parent 1a98b53 commit 3239f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/generate-key/bpgeneratekey.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BPGenerateKey::BPGenerateKey(const std::list<std::string> &words, int _idx,
2020

2121

2222
void BPGenerateKey::printBitcoin(void) {
23-
// get bitcond node
23+
// get bitcoin node
2424
KeyNode key_node = rootKeyNode_[KeyNode::CoinType::Bitcoin];
2525

2626
// print node information
@@ -30,7 +30,7 @@ void BPGenerateKey::printBitcoin(void) {
3030
}
3131

3232
void BPGenerateKey::printBitcoin_Testnet(void) {
33-
// get bitcond node
33+
// get bitcoin node
3434
KeyNode key_node = rootKeyNode_[KeyNode::CoinType::Bitcoin_Testnet];
3535

3636
// print node information
@@ -40,7 +40,7 @@ void BPGenerateKey::printBitcoin_Testnet(void) {
4040
}
4141

4242
void BPGenerateKey::printLitecoin(void) {
43-
// get bitcond node
43+
// get bitcoin node
4444
KeyNode key_node = rootKeyNode_[KeyNode::CoinType::Litecoin];
4545

4646
// print node information

0 commit comments

Comments
 (0)