]> Git Repo - VerusCoin.git/blobdiff - src/komodo.h
test
[VerusCoin.git] / src / komodo.h
index 074b768319b41ccb3b50c004ab984adb0fcd4f06..19d3b92b5961955019569e1336401ec3d6962cd2 100644 (file)
@@ -324,7 +324,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
 
 int32_t komodo_voutupdate(int32_t *isratificationp,int32_t notaryid,uint8_t *scriptbuf,int32_t scriptlen,int32_t height,uint256 txhash,int32_t i,int32_t j,uint64_t *voutmaskp,int32_t *specialtxp,int32_t *notarizedheightp,uint64_t value,int32_t notarized,uint64_t signedmask)
 {
-    static uint256 zero; static FILE *fp;
+    static uint256 zero; static FILE *signedfp;
     int32_t opretlen,nid,k,len = 0; uint256 kmdtxid,desttxid; uint8_t crypto777[33]; struct komodo_state *sp; char symbol[16],dest[16];
     if ( (sp= komodo_stateptr(symbol,dest)) == 0 )
         return(-1);
This page took 0.02257 seconds and 4 git commands to generate.