Populate Seed (more TBD) and checks

This commit is contained in:
yuhan6665 2024-04-13 14:55:05 -04:00
parent 9b24d56bbb
commit 7f1d07e7f9
8 changed files with 139 additions and 58 deletions

View file

@ -119,6 +119,7 @@ func (h *Handler) Process(ctx context.Context, link *transport.Link, dialer inte
requestAddons := &encoding.Addons{
Flow: account.Flow,
}
encoding.PopulateSeed(account.Seed, requestAddons)
var input *bytes.Reader
var rawInput *bytes.Buffer