metaplex-foundation / python-api

138 stars 86 forks source link

missing an argument when calling to function #22

Closed alimertcan closed 3 years ago

alimertcan commented 3 years ago

data=create_metadata_instruction_data(name, symbol, [str(source_account.public_key())]) line 64 in transactions.py this function takes 4 argument but fee is not given as you can see indef create_metadata_instruction_data(name, symbol, fee, creators): on line 91 metadata.py