Skip to content
  • Luke Champine's avatar
    fix path bug in rpcRenew · bbe57492
    Luke Champine authored
    negotiateContract was internally calculating the path of the new
    contractObligation by incrementing the file counter. When used with
    rpcRenew, this would cause the new obligation to point to a non-
    existent file instead of the original file.
    
    The fix isn't super pretty, but it should work.
    bbe57492