mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
change CT_NOW string to CT_NEW
This commit is contained in:
parent
fbdf4e5efa
commit
5f2907ad60
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -82,3 +82,4 @@ qa/pull-tester/run-bitcoind-for-test.sh
|
|||
qa/pull-tester/build-tests.sh
|
||||
|
||||
!src/leveldb*/Makefile
|
||||
paymentapp.*
|
||||
|
|
|
@ -114,7 +114,7 @@ public:
|
|||
case CT_NEW:
|
||||
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;
|
||||
}
|
||||
parent->beginInsertRows(QModelIndex(), lowerIndex, lowerIndex);
|
||||
|
|
Loading…
Add table
Reference in a new issue