tAdd block explorer support for mynode.local (#5892) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3658f870359b54e178d3e9bb9a6e5f15244c7232 DIR parent 1c4728ecc6a8f8d96c40a1130f3e62e245a0c33c HTML Author: rbrooklyn <11929484+rbrooklyn@users.noreply.github.com> Date: Fri, 17 Jan 2020 22:06:34 +0000 Add block explorer support for mynode.local (#5892) Diffstat: M electrum/util.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/electrum/util.py b/electrum/util.py t@@ -743,6 +743,8 @@ mainnet_block_explorers = { {'tx': 'transaction/', 'addr': 'address/'}), 'smartbit.com.au': ('https://www.smartbit.com.au/', {'tx': 'tx/', 'addr': 'address/'}), + 'mynode.local': ('http://mynode.local:3002/', + {'tx': 'tx/', 'addr': 'address/'}), 'system default': ('blockchain:/', {'tx': 'tx/', 'addr': 'address/'}), }