From 2964ae2da6271d530e61a707f8750f342163fcd7 Mon Sep 17 00:00:00 2001 From: Mihailo Milenkovic Date: Tue, 30 Oct 2018 18:02:17 +0100 Subject: [PATCH] Fix --- src/cc/gateways.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index d3352a460..2829706ff 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -949,7 +949,7 @@ UniValue GatewaysMultisig(char *txidaddr) } result.push_back(Pair("hex",parthex)); - result.push_back(Pair("number_of_signs",K)); + result.push_back(Pair("number_of_signs",maxK)); return (result); }