Skip to content

Commit

Permalink
Ride new lists type (#383)
Browse files Browse the repository at this point in the history
* New DEB package scripts. MainNet seed nodes updated.

* RIDE lists type changed to List[Any]
  • Loading branch information
alexeykiselev authored Nov 23, 2020
1 parent 20bc71d commit aacba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ride/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func (a rideNamedType) get(prop string) (rideType, error) {
type rideList []rideType

func (a rideList) instanceOf() string {
return "List"
return "List[Any]"
}

func (a rideList) eq(other rideType) bool {
Expand Down

0 comments on commit aacba70

Please sign in to comment.