Skip to content

Wrong library #13

@Skorpion7777

Description

@Skorpion7777

Hey, there is one thing wrong:

from blockstack_profiles import (
sign_token, wrap_token, sign_token_records,'
validate_token_record, get_profile_from_tokens,
make_zone_file_for_hosted_data,
resolve_zone_file_to_profile
)

it needs to be:

from blockstack_profiles import (
sign_token, wrap_token, sign_token_records,'
verify_token ,verify_token_record, get_profile_from_tokens,
make_zone_file_for_hosted_data,
resolve_zone_file_to_profile
)

Hope, this will help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions