forked from lthn/blockchain
added comment
This commit is contained in:
parent
1cc85850bb
commit
334a90bbe0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace plain_wallet
|
|||
std::string reset_wallet_password(hwallet h, const std::string& password);
|
||||
uint64_t get_current_tx_fee(uint64_t priority); // 0 (default), 1 (unimportant), 2 (normal), 3 (elevated), 4 (priority)
|
||||
|
||||
|
||||
//callback-mode for async calls
|
||||
typedef void (*callback_type)(uint64_t job_id, const std::string& job_response);
|
||||
void set_callback(callback_type callback);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue