Skip to content

Commit

Permalink
internal/web3ext: remove registrar-related extensions
Browse files Browse the repository at this point in the history
(cherry picked from commit d54ad55)
  • Loading branch information
fjl authored and obscuren committed Nov 25, 2016
1 parent 586f10e commit 01d5fc6
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,36 +227,6 @@ web3._extend({
name: 'stopWS',
call: 'admin_stopWS'
}),
new web3._extend.Method({
name: 'setGlobalRegistrar',
call: 'admin_setGlobalRegistrar',
params: 2
}),
new web3._extend.Method({
name: 'setHashReg',
call: 'admin_setHashReg',
params: 2
}),
new web3._extend.Method({
name: 'setUrlHint',
call: 'admin_setUrlHint',
params: 2
}),
new web3._extend.Method({
name: 'saveInfo',
call: 'admin_saveInfo',
params: 2
}),
new web3._extend.Method({
name: 'register',
call: 'admin_register',
params: 3
}),
new web3._extend.Method({
name: 'registerUrl',
call: 'admin_registerUrl',
params: 3
}),
new web3._extend.Method({
name: 'httpGet',
call: 'admin_httpGet',
Expand Down

0 comments on commit 01d5fc6

Please sign in to comment.