feat(invocation): ipld unseal to invocation

This commit is contained in:
Steve Moyer
2024-11-04 16:07:11 -05:00
parent 4932e32052
commit d89fb395e3
3 changed files with 28 additions and 20 deletions

View File

@@ -135,6 +135,8 @@ func prettyDAGJSON(data []byte) (string, error) {
return "", err
}
fmt.Println(string(jsonData))
var out bytes.Buffer
if err := json.Indent(&out, jsonData, "", " "); err != nil {
return "", err