mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
rpc and js-console both have eth calls on by default now
This commit is contained in:
parent
780536af26
commit
fd63e0317b
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ const (
|
||||||
|
|
||||||
notificationBufferSize = 10000 // max buffered notifications before codec is closed
|
notificationBufferSize = 10000 // max buffered notifications before codec is closed
|
||||||
|
|
||||||
DefaultIPCApis = "admin,exp,debug,miner,net,shh,txpool,personal,web3"
|
DefaultIPCApis = "admin,exp,eth,debug,miner,net,shh,txpool,personal,web3"
|
||||||
DefaultHTTPApis = "exp,net,web3"
|
DefaultHTTPApis = "exp,eth,net,web3"
|
||||||
)
|
)
|
||||||
|
|
||||||
// CodecOption specifies which type of messages this codec supports
|
// CodecOption specifies which type of messages this codec supports
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue