Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Panic in SessionCreate #422

Merged
merged 2 commits into from
May 26, 2023
Merged

Fix/Panic in SessionCreate #422

merged 2 commits into from
May 26, 2023

Commits on May 25, 2023

  1. client: Fix panic in SessionCreate

    Do not panic if signer was provided as a default one. Also, return
    `ErrMissingSigner` if no signer was provided at all.
    
    Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
    notimetoname committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b9a1212 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. client: Return ErrMissingSigner in every method

    Also, drop unnecessary punctuation in docs.
    
    Signed-off-by: Pavel Karpy <carpawell@morphbits.io>
    notimetoname committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2f14c29 View commit details
    Browse the repository at this point in the history