diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-04-13 16:49:22 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-04-13 17:29:39 +0800 |
commit | fd36448d6afa16ecee7f56f9dc124ef4e231b9f5 (patch) | |
tree | 07ac5b5b6b9eb58314e3500ec5f7d9fdd22ac37f /accounts/watch.go | |
parent | 9d81f4fdd142de698d0129c75d11be8c66ab3f83 (diff) | |
download | dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar.gz dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar.bz2 dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar.lz dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar.xz dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.tar.zst dexon-fd36448d6afa16ecee7f56f9dc124ef4e231b9f5.zip |
accounts: disable filesystem notifications on ios
Diffstat (limited to 'accounts/watch.go')
-rw-r--r-- | accounts/watch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/watch.go b/accounts/watch.go index 08337b608..19d304fcc 100644 --- a/accounts/watch.go +++ b/accounts/watch.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. -// +build darwin freebsd linux netbsd solaris windows +// +build darwin,!ios freebsd linux netbsd solaris windows package accounts |