ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.44k stars 2.13k forks source link

Fixes submodule config for build pipeline #4140

Closed evertonfraga closed 5 years ago

evertonfraga commented 5 years ago

What does it do?

This PR properly removes a former wallet submodule used in the build pipeline. As removing an entry from .gitmodules did not work, I used git rm to straighten internal git references.

How to test it?

Observe if the CIs will go past git submodule update --init phase.