mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Fix typo in a comment: it's base58, not base48.
This commit is contained in:
parent
1537d174d7
commit
ccf3af77c1
@ -3,8 +3,8 @@
|
||||
|
||||
#include <QValidator>
|
||||
|
||||
/** Base48 entry widget validator.
|
||||
Corrects near-miss characters and refuses characters that are no part of base48.
|
||||
/** Base58 entry widget validator.
|
||||
Corrects near-miss characters and refuses characters that are not part of base58.
|
||||
*/
|
||||
class BitcoinAddressValidator : public QValidator
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user