mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 18:53:21 +01:00
Fix typo in a comment: it's base58, not base48.
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include <QValidator>
|
#include <QValidator>
|
||||||
|
|
||||||
/** Base48 entry widget validator.
|
/** Base58 entry widget validator.
|
||||||
Corrects near-miss characters and refuses characters that are no part of base48.
|
Corrects near-miss characters and refuses characters that are not part of base58.
|
||||||
*/
|
*/
|
||||||
class BitcoinAddressValidator : public QValidator
|
class BitcoinAddressValidator : public QValidator
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user