gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: anastasis reducer fix


From: gnunet
Subject: [taler-docs] branch master updated: anastasis reducer fix
Date: Tue, 10 Nov 2020 12:15:50 +0100

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

dennis-neufeld pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5d2926e  anastasis reducer fix
5d2926e is described below

commit 5d2926ef1e7b1055ed67a2b475d3658436f7d195
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Tue Nov 10 12:15:32 2020 +0100

    anastasis reducer fix
---
 anastasis.rst | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index 2c14546..b68173d 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1149,9 +1149,9 @@ Arguments (example):
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       }
     }
 
@@ -1281,9 +1281,9 @@ Expected new state (backup process):
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       }
     }
 
@@ -1503,9 +1503,9 @@ Expected new state:
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       },
       "authentication_methods": [
         {
@@ -1717,9 +1717,9 @@ Expected new state:
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       },
       "authentication_methods": [
         {
@@ -1934,9 +1934,9 @@ Expected new state:
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       },
       "authentication_methods": [
         {
@@ -2197,9 +2197,9 @@ Expected new state:
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       },
       "authentication_methods": [
         {
@@ -2450,9 +2450,9 @@ Expected new state:
       "identity_attributes": {
         "full_name": "Max Musterman",
         "social_security_number": "123456789",
-        "birth_year": "2000",
-        "birth_month": "01",
-        "birth_day": "01"
+        "birth_year": 2000,
+        "birth_month": 1,
+        "birth_day": 1
       },
       "authentication_methods": [
         {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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