Skip to content

Commit

Permalink
Merge pull request #75 from fireblocks/fixRawTransaction
Browse files Browse the repository at this point in the history
Allow algorithm to be none in RawMessage
  • Loading branch information
yarinvak authored Apr 6, 2022
2 parents e7e56f9 + 8883ca7 commit 9b49ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireblocks_sdk/api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def __init__(self, content, bip44addressIndex=None, bip44change=None, derivation


class RawMessage(object):
def __init__(self, messages, algorithm):
def __init__(self, messages, algorithm=None):
"""Defines raw message
Args:
Expand Down

0 comments on commit 9b49ca6

Please sign in to comment.