fix indent, fix some comments
This commit is contained in:
parent
e76154e076
commit
17b2c7e011
@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of TALER
|
||||
Copyright (C) 2014, 2015 GNUnet e.V.
|
||||
Copyright (C) 2014, 2015, 2016 GNUnet e.V.
|
||||
|
||||
TALER is free software; you can redistribute it and/or modify it under the
|
||||
terms of the GNU Affero General Public License as published by the Free Software
|
||||
@ -617,7 +617,7 @@ struct TALER_EXCHANGE_ReserveHistory
|
||||
|
||||
/**
|
||||
* Callbacks of this type are used to serve the result of submitting a
|
||||
* deposit permission request to a exchange.
|
||||
* reserve status request to a exchange.
|
||||
*
|
||||
* @param cls closure
|
||||
* @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request
|
||||
@ -680,7 +680,7 @@ struct TALER_EXCHANGE_ReserveWithdrawHandle;
|
||||
|
||||
/**
|
||||
* Callbacks of this type are used to serve the result of submitting a
|
||||
* deposit permission request to a exchange.
|
||||
* withdraw request to a exchange.
|
||||
*
|
||||
* @param cls closure
|
||||
* @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request
|
||||
@ -821,7 +821,7 @@ typedef void
|
||||
|
||||
|
||||
/**
|
||||
* Submit a melt request to the exchange and get the exchange's
|
||||
* Submit a refresh melt request to the exchange and get the exchange's
|
||||
* response.
|
||||
*
|
||||
* This API is typically used by a wallet. Note that to ensure that
|
||||
@ -969,7 +969,8 @@ typedef void
|
||||
|
||||
|
||||
/**
|
||||
* Submit a link request to the exchange and get the exchange's response.
|
||||
* Submit a refresh link request to the exchange and get the
|
||||
* exchange's response.
|
||||
*
|
||||
* This API is typically not used by anyone, it is more a threat
|
||||
* against those trying to receive a funds transfer by abusing the
|
||||
|
Loading…
Reference in New Issue
Block a user