EIP712 now displays integers differently if signed or unsigned
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
void array_hexstr(char* strbuf, const void* bin, unsigned int len);
|
||||
|
||||
void convertUint256BE(uint8_t* data, uint32_t length, uint256_t* target);
|
||||
void convertUint256BE(const uint8_t *const data, uint32_t length, uint256_t *const target);
|
||||
|
||||
uint64_t u64_from_BE(const uint8_t* in, uint8_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user