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
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