From ccf3af77c10c3b06acde8ee55930051a862bd728 Mon Sep 17 00:00:00 2001 From: Timothy Stranex Date: Mon, 2 Sep 2013 17:27:27 +0200 Subject: [PATCH] Fix typo in a comment: it's base58, not base48. --- src/qt/bitcoinaddressvalidator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/bitcoinaddressvalidator.h b/src/qt/bitcoinaddressvalidator.h index 2b6a5936..b7f4dfee 100644 --- a/src/qt/bitcoinaddressvalidator.h +++ b/src/qt/bitcoinaddressvalidator.h @@ -3,8 +3,8 @@ #include -/** 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 {