1
0

rename P2PK to P2PKH to avoid confusion

This commit is contained in:
ThomasV
2017-01-02 11:02:36 +01:00
parent 7e871923f4
commit 65ee3416f6
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ from electrum.util import (block_explorer, block_explorer_info, format_time,
from electrum import Transaction, mnemonic
from electrum import util, bitcoin, commands, coinchooser
from electrum import SimpleConfig, paymentrequest
from electrum.wallet import Wallet, Multisig_Wallet, P2PK_Wallet
from electrum.wallet import Wallet, Multisig_Wallet
from amountedit import BTCAmountEdit, MyLineEdit, BTCkBEdit
from network_dialog import NetworkDialog