Skip to content

Commit ff31fa0

Browse files
committed
remove listmempoolfunds plugin
1 parent 2dfba1f commit ff31fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN mkdir /tmp/plugins-enabled/ && cd /tmp/plugins && \
2929
git submodule update --init --recursive && pip3 install setuptools && \
3030
find -name requirements.txt -print0 | xargs -0 -n 1 pip3 install -r && \
3131
ls */ && \
32-
for plgn in `find . -type f | grep -E '/([^/]+)/\1\.py$'|grep -Ev 'archived|backup|donations|qt'`; do \
32+
for plgn in `find . -type f | grep -E '/([^/]+)/\1\.py$'|grep -Ev 'archived|backup|donations|qt|listmempoolfunds'`; do \
3333
cd /tmp/plugins-enabled && \
3434
ln -s /tmp/plugins/${plgn}; \
3535
done

0 commit comments

Comments
 (0)