Merge pull request #2478 from nspcc-dev/mainnet-fixes

Mainnet fixes
This commit is contained in:
Roman Khimov 2022-05-12 10:04:53 +03:00 committed by GitHub
commit c6f8c33e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 9 deletions

View file

@ -238,7 +238,6 @@ func (s *Std) itoa(_ *interop.Context, args []stackitem.Item) stackitem.Item {
if pad := bs[0] & 0xF8; pad == 0 || pad == 0xF8 {
str = str[1:]
}
str = strings.ToUpper(str)
default:
panic(ErrInvalidBase)
}