diff options
author | Sonic <sonic@dexon.org> | 2019-03-18 16:24:02 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-03-18 16:24:02 +0800 |
commit | b41df1450674035b9dbd841e9499ca89f14f8129 (patch) | |
tree | 22968d3293d980b4f6ee276b12fb9091d053d8f6 /internal/web3ext | |
parent | be5da8862281a48c50d7ce89bf35cc6580dca0f7 (diff) | |
download | dexon-s-network-monitor.tar.gz dexon-s-network-monitor.tar.zst dexon-s-network-monitor.zip |
notary infos-network-monitor
Diffstat (limited to 'internal/web3ext')
-rw-r--r-- | internal/web3ext/web3ext.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go index 2253142b9..4cd27ab66 100644 --- a/internal/web3ext/web3ext.go +++ b/internal/web3ext/web3ext.go @@ -229,6 +229,10 @@ web3._extend({ name: 'isProposing', getter: 'admin_isProposing' }), + new web3._extend.Property({ + name: 'notaryInfo', + getter: 'admin_notaryInfo' + }), ] }); ` |