- Fix CodeQL warnings - Port lots of improvements/fixes from PR #225 - replace 'array_hexstr' and '%*H' format by sdk function 'format_hex' - Add 'noreturn' attribute in 'main.c'
11 lines
297 B
C
11 lines
297 B
C
#ifndef _HANDLE_CHECK_ADDRESS_H_
|
|
#define _HANDLE_CHECK_ADDRESS_H_
|
|
|
|
#include "swap_lib_calls.h"
|
|
#include "chainConfig.h"
|
|
|
|
void handle_check_address(check_address_parameters_t* check_address_params,
|
|
const chain_config_t* chain_config);
|
|
|
|
#endif // _HANDLE_CHECK_ADDRESS_H_
|