status-go/geth/node
David Aaron c274cf5222 Fixed all typos on bootstrap spelling (#202)
Changed all typos on bootstrap spelling from "bootstap" to "bootstrap".
For example in function makeBootstrapNodes, line 326 now reads:
var bootstrapNodes []*discover.Node
2017-07-24 14:06:27 +07:00
..
accounts.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
accounts_test.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
ios.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
manager.go Add http enable flag for Node, closes #191 2017-07-13 13:54:10 +07:00
manager_test.go node: expose in-proc RPC (CallRPC), closes #144 2017-05-28 17:05:33 +03:00
node.go Fixed all typos on bootstrap spelling (#202) 2017-07-24 14:06:27 +07:00
rpc.go rpc manager: do not transform input JSON 2017-05-29 15:03:16 +03:00
rpc_test.go rpc manager: do not transform input JSON 2017-05-29 15:03:16 +03:00
signals.c major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
signals.go node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00
txqueue.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
utils.go node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00
whisper_test.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00