mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 18:51:15 +02:00
change CT_NOW string to CT_NEW
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -82,3 +82,4 @@ qa/pull-tester/run-bitcoind-for-test.sh
|
|||||||
qa/pull-tester/build-tests.sh
|
qa/pull-tester/build-tests.sh
|
||||||
|
|
||||||
!src/leveldb*/Makefile
|
!src/leveldb*/Makefile
|
||||||
|
paymentapp.*
|
||||||
|
@ -114,7 +114,7 @@ public:
|
|||||||
case CT_NEW:
|
case CT_NEW:
|
||||||
if(inModel)
|
if(inModel)
|
||||||
{
|
{
|
||||||
qDebug() << "AddressTablePriv::updateEntry : Warning: Got CT_NOW, but entry is already in model";
|
qDebug() << "AddressTablePriv::updateEntry : Warning: Got CT_NEW, but entry is already in model";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
parent->beginInsertRows(QModelIndex(), lowerIndex, lowerIndex);
|
parent->beginInsertRows(QModelIndex(), lowerIndex, lowerIndex);
|
||||||
|
Reference in New Issue
Block a user