electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 5331fc1a246e6a6441e9c827d12a587e5605d7ef
parent 2843d7a148a3103a6b7a8399bb67ea7a1305b9e9
Author: ThomasV <thomasv@gitorious>
Date:   Wed, 12 Nov 2014 20:53:54 +0100

add before_send hook

Diffstat:
Mgui/qt/main_window.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -1086,7 +1086,7 @@ class ElectrumWindow(QMainWindow): if not r: return outputs, fee, label, coins = r - + run_hook('before_send') try: tx = self.wallet.make_unsigned_transaction(outputs, fee, None, coins = coins) if not tx: