gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: less sample data


From: gnunet
Subject: [libeufin] branch master updated: less sample data
Date: Sat, 07 Dec 2019 04:50:19 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 91181c5  less sample data
91181c5 is described below

commit 91181c510b43f3b316c618c42be219fa4a3a2eaa
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Dec 7 04:50:13 2019 +0100

    less sample data
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index e6701bd..af29f39 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -157,7 +157,7 @@ fun main() {
             bankCustomer = customerEntity
         }
 
-        for (i in listOf<Amount>(Amount(1), Amount(-3), Amount(9), 
Amount("6.02"))) {
+        for (i in listOf<Amount>(Amount("-0.44"), Amount("6.02"))) {
             BankTransactionEntity.new {
                 counterpart = "IBAN"
                 amount = i

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



reply via email to

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