Relay:Fix flag type initial-seq-number (#1174)
Relay is not starting because initial-seq-number is always 0, resulting
from typecast from int to int64 fails. Changed flag type of
initial-seq-number fom int to Int64.
default-account-limit and new-hosts-per-day-limit had the same issue
fixes #1176