diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-23 00:54:04 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-06-23 00:54:11 +0200 |
commit | 984e503b7af70ad6ff5c75025eadf045e0ebe155 (patch) | |
tree | 1a6eb81e488bb7d481533cf9dbd0026b21c68f76 /src/lib | |
parent | 81efb35855ca4557c85f315a2633cb2b1dae4a0b (diff) |
error message
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/merchant_api_pay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c index aa875bc4..e5f7249c 100644 --- a/src/lib/merchant_api_pay.c +++ b/src/lib/merchant_api_pay.c @@ -249,6 +249,9 @@ handle_pay_finished (void *cls, /** * Pay a merchant. API for wallets that have the coin's private keys. + * _NOTE_: this function does NOT calculate each coin amount in order + * to match the contract total price. This calculation is to be made + * by the logic using this library. * * @param ctx the execution loop context * @param merchant_uri base URI of the merchant's backend |