mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Bugfix: Correct English grammar regarding "'s"
This commit is contained in:
parent
3c726dd3c0
commit
b49f1398a1
12 changed files with 19 additions and 19 deletions
|
|
@ -1811,7 +1811,7 @@ unsigned int CScript::GetSigOpCount(const CScript& scriptSig) const
|
|||
return 0;
|
||||
}
|
||||
|
||||
/// ... and return it's opcount:
|
||||
/// ... and return its opcount:
|
||||
CScript subscript(data.begin(), data.end());
|
||||
return subscript.GetSigOpCount(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue