]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sat, 29 Oct 2016 21:38:13 +0000 (18:38 -0300)
committerjl777 <[email protected]>
Sat, 29 Oct 2016 21:38:13 +0000 (18:38 -0300)
src/komodo_gateway.h

index 30e8bcdc19f9077ee712e87ad8bea778fb574bb2..7cb2cd65cb1961cfac9ddd2cd18565a40a560dfe 100644 (file)
@@ -132,7 +132,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3
             if ( fiatoshis < 0 )
                 fiatoshis = -fiatoshis;
             bitcoin_address(coinaddr,addrtype,rmd160,20);
-            checktoshis = PAX_fiatdest(tokomodo,destaddr,pubkey33,coinaddr,height,base,fiatoshis);
+            checktoshis = PAX_fiatdest(tokomodo,destaddr,pubkey33,coinaddr,height-1,base,fiatoshis);
             typestr = "deposit";
             if ( tokomodo == 0 && strncmp(ASSETCHAINS_SYMBOL,base,strlen(base)) == 0 )
             {
This page took 0.032774 seconds and 4 git commands to generate.