8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021170a commit 840d470Copy full SHA for 840d470
src/script/script.cpp
@@ -244,7 +244,7 @@ bool CScript::IsAssetScript(int& nType, bool& isOwner) const
244
245
bool CScript::IsAssetScript(int& nType, bool& fIsOwner, int& nStartingIndex) const
246
{
247
- if (this->size() > 30) {
+ if (this->size() > 31) {
248
if ((*this)[25] == OP_RVN_ASSET) { // OP_RVN_ASSET is always in the 25 index of the script if it exists
249
int index = -1;
250
if ((*this)[27] == RVN_R) { // Check to see if RVN starts at 27 ( this->size() < 105)
0 commit comments