diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-21 15:18:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-21 15:18:55 +0100 |
commit | d63447baf65bd1578f51595cc8e673f3312f8044 (patch) | |
tree | e4cc779182ebdf4989654398ad37a77c4a9a6364 /src/include/taler_mint_service.h | |
parent | ce199e6e9590a4290c11cdbc1b40600f74ac41e6 (diff) | |
download | exchange-d63447baf65bd1578f51595cc8e673f3312f8044.tar.gz exchange-d63447baf65bd1578f51595cc8e673f3312f8044.tar.bz2 exchange-d63447baf65bd1578f51595cc8e673f3312f8044.zip |
adding mint-lib logic to execute /wire/deposits requests
Diffstat (limited to 'src/include/taler_mint_service.h')
-rw-r--r-- | src/include/taler_mint_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_mint_service.h b/src/include/taler_mint_service.h index 070f77f0..b151cb00 100644 --- a/src/include/taler_mint_service.h +++ b/src/include/taler_mint_service.h @@ -1086,7 +1086,7 @@ struct TALER_WireDepositDetails /** * Value of the deposit (including fee). */ - struct TALER_Amount coin_contribution; + struct TALER_Amount coin_value; /** * Fee charged by the mint for the deposit. |