mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make specific generic uses of temINVALID.
This commit is contained in:
@@ -157,7 +157,7 @@ TER Transactor::preCheck()
|
||||
{
|
||||
cLog(lsWARNING) << "applyTransaction: bad source id";
|
||||
|
||||
return temINVALID;
|
||||
return temBAD_SRC_ACCOUNT;
|
||||
}
|
||||
|
||||
// Extract signing key
|
||||
|
||||
Reference in New Issue
Block a user