Page MenuHomePhabricator

refactor: [index] Replace deprecated char with uint8_t in serialization
ClosedPublic

Authored by PiRK on Wed, Apr 10, 14:44.

Details

Summary

All char representations are serialized in the same way, however the char one is deprecated. Also, using uint8_t directly avoids casts.

This is a backport of core#21824

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable