Skip to content

Commit

Permalink
Updating ledger code to latest in upstream master and moving to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sulmone committed Apr 20, 2018
1 parent cb5fe87 commit 724571e
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 136 deletions.
1 change: 0 additions & 1 deletion .idea/electrum.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BTCP Electrum - Lightweight Bitcoin Private Client
==========================================

Current Release (P!1.1.0): https://github.com/BTCPrivate/electrum-btcp/releases/tag/P!1.1.0
Current Release (P!1.1.1): https://github.com/BTCPrivate/electrum-btcp/releases/tag/P!1.1.1

Originally forked from **spesmilo/electrum**: https://github.com/spesmilo/electrum

Expand Down
2 changes: 1 addition & 1 deletion contrib/build-wine/electrum.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Caption "${PRODUCT_NAME}"

;Adds the Product Version on top of the Version Tab in the Properties of the file.
VIProductVersion 1.1.0.0
VIProductVersion 1.1.1.0

;VIAddVersionKey - Adds a field in the Version Tab of the File Properties. This can either be a field provided by the system or a user defined field.
VIAddVersionKey ProductName "${PRODUCT_NAME} Installer"
Expand Down
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version of the client package
ELECTRUM_VERSION = 'P!1.1.0'
ELECTRUM_VERSION = 'P!1.1.1'
# protocol version requested
PROTOCOL_VERSION = '1.1'

Expand Down
3 changes: 3 additions & 0 deletions plugins/hw_wallet/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def stop(self):
def show_message(self, msg, on_cancel=None):
print_msg(msg)

def show_error(self, msg):
print_msg(msg)

def update_status(self, b):
print_error('trezor status', b)

Expand Down
Loading

0 comments on commit 724571e

Please sign in to comment.