From 8e17b0fe2107ae6c3486e4f8f9476b743e53ad35 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 24 Jan 2022 19:30:11 +0000 Subject: [PATCH] remove unsupported 'mmgen-split' command --- cmds/mmgen-split | 24 ------------------------ setup.cfg | 1 - 2 files changed, 25 deletions(-) delete mode 100755 cmds/mmgen-split diff --git a/cmds/mmgen-split b/cmds/mmgen-split deleted file mode 100755 index 812361ea..00000000 --- a/cmds/mmgen-split +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env python3 - -# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution -# Copyright (C)2013-2022 The MMGen Project -# -# This program is free software: you can redistribute it and/or modify it under -# the terms of the GNU General Public License as published by the Free Software -# Foundation, either version 3 of the License, or (at your option) any later -# version. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -# details. -# -# You should have received a copy of the GNU General Public License along with -# this program. If not, see . - -""" -mmgen-split: Split funds after a fork using a timelocked transaction -""" - -from mmgen.main import launch -launch("split") diff --git a/setup.cfg b/setup.cfg index 2b238d37..80f7b17c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,6 @@ scripts = cmds/mmgen-regtest cmds/mmgen-seedjoin cmds/mmgen-seedsplit - cmds/mmgen-split cmds/mmgen-subwalletgen cmds/mmgen-tool cmds/mmgen-txbump