neo-go/pkg/network
dauTT 7e43717657 Implemented rcp method GetAccountState (#124)
* Implemented rcp method GetAccountState

* code clean up

* Removed empty line

* Used consistently github.com/pkg/errors package. Amended error message

* Get rid of fmt.Sprintf and use either errors.Errorf or errors.Wrapf

* cosmetic changes
2019-02-08 09:04:38 +01:00
..
payload [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
discovery.go RCP server (#50) 2018-03-23 21:36:59 +01:00
helper_test.go Implemented rcp method GetAccountState (#124) 2019-02-08 09:04:38 +01:00
message.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
message_test.go Node improvements (#47) 2018-03-14 10:36:59 +01:00
peer.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00
server.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
server_config.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
server_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
tcp_peer.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00
tcp_transport.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00
transport.go Fixed some networking issues (#68) 2018-04-13 12:14:08 +02:00