rpc and js-console both have eth calls on by default now

This commit is contained in:
Christopher Franko 2016-05-18 22:52:39 -04:00
parent 780536af26
commit fd63e0317b

View file

@ -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