You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the mint.py example, the remove_native_token method is ran on minting_receiver. In this example, shouldn't the native token be added to minting_receiver instead removed from it?
In the mint.py example, the
remove_native_token
method is ran onminting_receiver
. In this example, shouldn't the native token be added to minting_receiver instead removed from it?https://github.com/non-fungible-waveforms/automint/blob/main/examples/mint.py:93
The text was updated successfully, but these errors were encountered: