• Rusty Russell's avatar
    tdb2: change API to return the error value. · b2100462
    Rusty Russell authored
    Mostly a fairly simple transformation, since 0 still means success.
    
    One new twist is that tdb_nextkey now frees the .dptr of the key; this
    us usually what we want but does cause issues for our weird test code.
    
    b2100462
run-55-transaction.c 2.02 KB