()
| 60 | } |
| 61 | |
| 62 | func (v RPCVersion) String() string { |
| 63 | return fmt.Sprintf("%d.%d", v.Major, v.Minor) |
| 64 | } |
| 65 | |
| 66 | // IsCompatibleWith returns the lowest version that is compatible with both |
| 67 | // versions. If the versions are not compatible, the second return value will be |