From aa57413a0e1dc04c3c5362e2480f77022f8d49d2 Mon Sep 17 00:00:00 2001 From: Elias Date: Wed, 21 Dec 2022 12:36:53 +0200 Subject: [PATCH] Removed coinage - removed coinage from the send command for consolidate, doesn't exist and isn't required, the coinage check already happens in the consolidate itself --- src/org/minima/system/commands/base/consolidate.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/minima/system/commands/base/consolidate.java b/src/org/minima/system/commands/base/consolidate.java index cdbe90aab..20c0c6e74 100644 --- a/src/org/minima/system/commands/base/consolidate.java +++ b/src/org/minima/system/commands/base/consolidate.java @@ -190,7 +190,7 @@ public JSONObject runCommand() throws Exception { MiniData myaddress = new MiniData(newwalletaddress.getAddress()); //Construct the command - String command = "send coinage:"+coinage.toString()+" split:2 dryrun:"+dryrun+" debug:"+debug+" burn:"+burn.toString() + String command = "send split:2 dryrun:"+dryrun+" debug:"+debug+" burn:"+burn.toString() +" amount:"+totalamount.toString()+" address:"+myaddress.to0xString()+" tokenid:"+tokenid; if(debug) {