From f7daed906287e6141ea04a1097672a544765f105 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 2b6a59367..b7f4dfee9 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 {