Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
446d4a88
Commit
446d4a88
authored
5 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] fix publish revocation document
parent
dafbf527
No related branches found
No related tags found
1 merge request
!775
0.50.0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sakia/services/documents.py
+2
-2
2 additions, 2 deletions
src/sakia/services/documents.py
with
2 additions
and
2 deletions
src/sakia/services/documents.py
+
2
−
2
View file @
446d4a88
...
...
@@ -109,10 +109,10 @@ class DocumentsService:
async
def
broadcast_revocation
(
self
,
currency
,
identity_document
,
revocation_document
):
signed_raw
=
revocation_document
.
signed_raw
(
identity_document
)
signed_raw
=
revocation_document
.
signed_raw
()
self
.
_logger
.
debug
(
"
Broadcasting :
\n
"
+
signed_raw
)
responses
=
await
self
.
_bma_connector
.
broadcast
(
currency
,
bma
.
wot
.
revoke
,
req_args
=
{
"
revocation
"
:
signed_raw
}
currency
,
bma
.
wot
.
revoke
,
req_args
=
{
"
revocation
_signed_raw
"
:
signed_raw
}
)
result
=
False
,
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment