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
Currently, for rebroadcasting to work, we need to ignore the error on checktx. however, this means that we don't get the correct feedback on the RPC when duplicate transactions are sent. We should fix this by handling the error on the RPC instead.