I tried using multimint.remove(&info.federation_id).await and it didn't remove the federation by its ID.
I logged the output and it returned a void ()
Upon looking through the code, the remove method doesn't seem to create a database transaction to remove it.
I tried using
multimint.remove(&info.federation_id).awaitand it didn't remove the federation by its ID.I logged the output and it returned a void
()Upon looking through the code, the
removemethod doesn't seem to create a database transaction to remove it.