From 58439b8e3718eff5ef5d8b781cd6324f4dfe278f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 1 Aug 2018 02:54:31 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 4d94212f3..7c2b8a89b 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -164,7 +164,6 @@ CPubKey DiceFundingPk(CScript scriptPubKey) CPubKey pk; uint8_t *ptr,*dest; int32_t i; if ( scriptPubKey.size() == 35 ) { - pk.resize(33); ptr = (uint8_t *)scriptPubKey.data(); dest = (uint8_t *)pk.begin(); for (i=0; i<33; i++)