From afa0d2b9ca5986f5fb3379d62aea5264b1eb8f8c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 26 Nov 2016 17:44:01 -0300 Subject: [PATCH] test --- src/komodo_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_structs.h b/src/komodo_structs.h index f3ef90172..bbca9c25f 100644 --- a/src/komodo_structs.h +++ b/src/komodo_structs.h @@ -59,7 +59,7 @@ struct pax_transaction uint64_t komodoshis,fiatoshis,validated; int32_t marked,height,otherheight,approved,didstats; uint16_t vout; - char symbol[16],source[16],coinaddr[64]; uint8_t rmd160[20],type; + char symbol[16],source[16],coinaddr[64]; uint8_t rmd160[20],type,buf[35]; }; struct knotary_entry { UT_hash_handle hh; uint8_t pubkey[33],notaryid; };