Skip to content
Snippets Groups Projects
Commit b72d85a1 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

remove comment

(used at line 1236)

(cherry picked from commit a6e8ba19)
parent 16263cc0
No related branches found
No related tags found
1 merge request!307mint UD instead of deposit + disable burn
Pipeline #39534 failed
...@@ -188,7 +188,7 @@ struct IdentityV1 { ...@@ -188,7 +188,7 @@ struct IdentityV1 {
/// whether the identity is revoked (manually or automatically) /// whether the identity is revoked (manually or automatically)
revoked: bool, revoked: bool,
/// timestamp at which the next cert can be emitted /// timestamp at which the next cert can be emitted
next_cert_issuable_on: TimestampV1, // TODO: unused? next_cert_issuable_on: TimestampV1,
/// balance of the account of this identity /// balance of the account of this identity
balance: u64, balance: u64,
/// certs received with their expiration timestamp /// certs received with their expiration timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment