From: Matt Corallo Date: Mon, 26 Apr 2021 16:59:43 +0000 (+0000) Subject: Ensure array lengthgs are Int literals X-Git-Tag: v0.0.98~11^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=6bdfcac02eb9cc3b2e511e4dc27a2690b897b58a;hp=6bdfcac02eb9cc3b2e511e4dc27a2690b897b58a Ensure array lengthgs are Int literals This fixes a bug where an array will be converted to [u8; StringLiteral] which results in us deciding we don't know how to map it. Fixes: dec732cefbdd97585b7de7fd4a9521f44f1580dd ---