libauth icon indicating copy to clipboard operation
libauth copied to clipboard

export an encodeDataPushMultiByte

Open bitjson opened this issue 4 years ago • 0 comments

The encodeDataPush method doesn't quite work for SLP applications because SLP disallows single-byte push operations. We should refactor the multi-byte encoding segment of encodeDataPush into an encodeDataPushMultiByte, then use it internally in encodeDataPush for payloads which can't be encoded in a single byte.

bitjson avatar Aug 20 '20 15:08 bitjson