merge conflict

This commit is contained in:
obscuren
2015-04-01 12:51:39 +02:00
22 changed files with 1019 additions and 18 deletions

View File

@ -108,6 +108,12 @@ func newHexNum(input interface{}) *hexnum {
return d
}
type RpcConfig struct {
ListenAddress string
ListenPort uint
CorsDomain string
}
type InvalidTypeError struct {
method string
msg string