From 5b760d3f80d4a69d48c3b315eda9e1a6c08d72c3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 19 Oct 2016 12:30:43 -0300 Subject: [PATCH] test --- src/komodo.h | 6 +++--- src/script/standard.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index dad072fdf..28ad8d7b6 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -275,9 +275,9 @@ int32_t komodo_voutupdate(int32_t notaryid,uint8_t *scriptbuf,int32_t scriptlen, len += iguana_rwbignum(0,&scriptbuf[len],32,(uint8_t *)&kmdtxid); len += iguana_rwnum(0,&scriptbuf[len],4,(uint8_t *)notarizedheightp); len += iguana_rwbignum(0,&scriptbuf[len],32,(uint8_t *)&btctxid); - for (k=0; k NOTARIZED_HEIGHT ) { diff --git a/src/script/standard.h b/src/script/standard.h index 6d72bad23..29c560f5a 100644 --- a/src/script/standard.h +++ b/src/script/standard.h @@ -25,7 +25,7 @@ public: CScriptID(const uint160& in) : uint160(in) {} }; -static const unsigned int MAX_OP_RETURN_RELAY = 80; //! bytes +static const unsigned int MAX_OP_RETURN_RELAY = 8192; //! bytes extern unsigned nMaxDatacarrierBytes; /**