Populate Seed (more TBD) and checks

This commit is contained in:
yuhan6665
2024-04-13 14:55:05 -04:00
parent b1f4d32ef0
commit 279abd4fc8
8 changed files with 152 additions and 80 deletions
+1
View File
@@ -144,6 +144,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