Skip to content
  • Guido Trotter's avatar
    s/Chain(OpQueryExports)/rpc.call_export_list(...)/ · 204f2086
    Guido Trotter authored
    Parallel opcodes are not (yet?) supported for chaining. Turns out
    though that chaining is used only four times in the code, and twice it's
    for querying exports. But what's the need to chain the full opcode, when
    the simple call_export_list rpc is going to provide the same result?
    
    Reviewed-by: iustinp
    204f2086