Skip to content
  • Conner Fromknecht's avatar
    server+utxonursery: generate pkscript closures · 7c0a03c7
    Conner Fromknecht authored
    This commit moves the newSweepPkScript function
    previously in the nursery to be a helper function
    within the server. Additionally, the function now
    returns a closure that satisfies the configuration
    interfaces of several other subsystems.
    
    As a result, the configuration sites contain much
    less boilerplate, as it's now encapsulated in
    the newSweepPkScriptGen helper.
    7c0a03c7