mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
fix non-standard reason string in main.cpp
This commit is contained in:
parent
ea062655e0
commit
bbfce8a4c9
@ -443,7 +443,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (!txin.scriptSig.HasCanonicalPushes()) {
|
if (!txin.scriptSig.HasCanonicalPushes()) {
|
||||||
reason = "non-canonical-push";
|
reason = "scriptsig-non-canonical-push";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user