Skip to content

Commit 423e298

Browse files
committed
modify error_code db_acctSecretError to db_notInSync
1 parent 88b3282 commit 423e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peersafe/app/table/impl/TableSync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ void TableSync::CheckSyncTableTxs(std::shared_ptr<Ledger const> const& ledger)
18581858
}
18591859
if (!bDBTableSync)
18601860
{
1861-
app_.getOPs().pubTableTxs(accountID, tableName, *pSTTX, std::make_tuple("db_acctSecretError", "", ""), false);
1861+
app_.getOPs().pubTableTxs(accountID, tableName, *pSTTX, std::make_tuple("db_notInSync", "", ""), false);
18621862
break;
18631863
}
18641864
}

0 commit comments

Comments
 (0)