Skip to content

Commit c4ffcf0

Browse files
committed
build: remove BIP70 configure option
This was left in after #17165, so that anyone who had been compiling with (already disabled by default) BIP70 would realise that support had been completely removed in 0.20.0. However we should be able to remove it for 0.21.0.
1 parent b33136b commit c4ffcf0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

configure.ac

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -232,16 +232,6 @@ AC_ARG_ENABLE([zmq],
232232
[use_zmq=$enableval],
233233
[use_zmq=yes])
234234

235-
AC_ARG_ENABLE([bip70],
236-
[AS_HELP_STRING([--enable-bip70],
237-
[BIP70 (payment protocol) support in the GUI (no longer supported)])],
238-
[enable_bip70=$enableval],
239-
[enable_bip70=no])
240-
241-
if test x$enable_bip70 != xno; then
242-
AC_MSG_ERROR([BIP70 is no longer supported!])
243-
fi
244-
245235
AC_ARG_WITH([libmultiprocess],
246236
[AS_HELP_STRING([--with-libmultiprocess=yes|no|auto],
247237
[Build with libmultiprocess library. (default: auto, i.e. detect with pkg-config)])],

0 commit comments

Comments
 (0)