cleanup argument parsing when used as a library + ensure os_lib_end gets called
This commit is contained in:
@@ -36,6 +36,7 @@ typedef struct get_printable_amount_parameters_s {
|
||||
bool is_fee;
|
||||
// OUT
|
||||
char printable_amount[30];
|
||||
int result;
|
||||
} get_printable_amount_parameters_t;
|
||||
|
||||
typedef struct create_transaction_parameters_s {
|
||||
|
||||
Reference in New Issue
Block a user