Skip to content

Commit

Permalink
Update contracts/contracts/Subcall.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
CedarMist and matevz authored Jul 2, 2024
1 parent c1037d7 commit a2cfeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/Subcall.sol
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ library Subcall {
else if (prefix & 0x40 == 0x40) {
len = uint8(result[offset++]) ^ 0x40;
}
// unsigned integer, CBOR encoded
// Unsigned integer, CBOR encoded.
else if (prefix & 0x10 == 0x10) {
if (prefix == 0x18) {
len = 1;
Expand Down

0 comments on commit a2cfeb0

Please sign in to comment.