gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: #6760 was now implemented


From: gnunet
Subject: [taler-docs] branch master updated: #6760 was now implemented
Date: Sun, 11 Apr 2021 15:13:45 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 15fcba2  #6760 was now implemented
     new 24db2e8  #6760 was now implemented -- merge
15fcba2 is described below

commit 15fcba294a5e40bcfb2c35a5a99fd80361be78e9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 11 15:13:17 2021 +0200

    #6760 was now implemented
---
 anastasis.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index a8ed7a4..4cd1e12 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1553,17 +1553,12 @@ providers:
 .. code-block:: json
 
     {
-      "provider_id": [
+      "providers": [
         "http://localhost:8088/";,
         "http://localhost:8089/";
       ]
     }
 
-..note::
-
-  This is currently not supported (#6760), the current implementation of the
-  reducer ignores this optional argument.
-
 The resulting state provides the suggested recovery policies in a way suitable
 for presentation to the user:
 
@@ -1571,6 +1566,10 @@ for presentation to the user:
 
     {
       "backup_state": "POLICIES_REVIEWING",
+      "policy_providers" : [
+          { "provider_url" : "http://localhost:8088/"; },
+          { "provider_url" : "http://localhost:8089/"; }
+      ],
       "policies": [
         {
           "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]