• Mark Tyneway's avatar
    op-node: genesis deduplicate json write (#9323) · 0ea5e0b9
    Mark Tyneway authored
    Deduplicate code by using a common json write function from
    `op-service` instead of using one off json write functions.
    This reduces the overall code in the codebase and helps to
    standardize the way that we write json to disk.
    0ea5e0b9
cmd.go 9.43 KB