gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-blog] branch master updated: specify currency as dec


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: specify currency as decimal number
Date: Tue, 16 Jan 2018 15:08:30 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new d7e776f  specify currency as decimal number
d7e776f is described below

commit d7e776fa20382e9cbb30d351a64ced5112758fef
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 16 15:08:26 2018 +0100

    specify currency as decimal number
---
 talerblog/blog/blog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index f7c1d84..08bb2cd 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -41,7 +41,7 @@ TC = TalerConfig.from_env()
 BACKEND_URL = TC["frontends"]["backend"].value_string(required=True)
 CURRENCY = TC["taler"]["currency"].value_string(required=True)
 INSTANCE = TC["blog"]["instance"].value_string(required=True)
-ARTICLE_AMOUNT = dict(value=0, fraction=50000000, currency=CURRENCY)
+ARTICLE_AMOUNT = CURRENCY + ":0.5"
 
 app.config.from_object(__name__)
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]