aboutsummaryrefslogtreecommitdiffstats
path: root/internal/web3ext
diff options
context:
space:
mode:
authorSonic <sonic@dexon.org>2019-03-18 16:24:02 +0800
committerSonic <sonic@dexon.org>2019-03-18 16:24:02 +0800
commitb41df1450674035b9dbd841e9499ca89f14f8129 (patch)
tree22968d3293d980b4f6ee276b12fb9091d053d8f6 /internal/web3ext
parentbe5da8862281a48c50d7ce89bf35cc6580dca0f7 (diff)
downloaddexon-s-network-monitor.tar.gz
dexon-s-network-monitor.tar.zst
dexon-s-network-monitor.zip
Diffstat (limited to 'internal/web3ext')
-rw-r--r--internal/web3ext/web3ext.go4
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'
+ }),
]
});
`