Clang-format

This commit is contained in:
pscott
2021-05-11 17:18:28 +02:00
parent 3b6fd0d169
commit 8592a22542
8 changed files with 52 additions and 36 deletions

View File

@@ -32,7 +32,7 @@ int local_strchr(char* string, char ch);
// throw if the size is > 4.
uint32_t u32_from_BE(uint8_t* in, uint8_t size, bool strict);
bool uint256_to_decimal(const uint8_t *value, char *out, size_t out_len);
bool uint256_to_decimal(const uint8_t* value, char* out, size_t out_len);
void amountToString(uint8_t* amount,
uint8_t amount_len,