What is the proper way to pass in the parameters for the addmultisigaddress api command to the multichain using Savoir in a Python script?
I'm currently passing in this:
api.addmultisigaddress(2, ['0241f53c7534e3beeb181fe6ecfc6478d88c7a425102cd672d764e89dec0be56db', '0276a87d946812612a79d45a141d9f2dd2ed767187b686f5bb97bb1088ef70fc38'] )
But getting a status code of 500 being returned. I've tried numerous other formats as well but none seem to work.