Addr returns the address of the node to ask.
()
| 76 | |
| 77 | // Addr returns the address of the node to ask. |
| 78 | func (e *AskError) Addr() string { |
| 79 | return e.addr |
| 80 | } |
| 81 | |
| 82 | // NewAskError creates a new AskError with the given message and address. |
| 83 | func NewAskError(msg string, addr string) *AskError { |
no outgoing calls