From: Matt Corallo Date: Tue, 29 Mar 2022 22:33:27 +0000 (+0000) Subject: Crack `ReadableArgs` params when they're tuples X-Git-Tag: v0.0.106.0~2^2~1 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f05687b6d75e35ac71f96ca84dce38664d18e5cf;hp=f05687b6d75e35ac71f96ca84dce38664d18e5cf;p=ldk-c-bindings Crack `ReadableArgs` params when they're tuples This replaces the special handling we'd had in 0.0.105.2 for tuples-containing-references by instead just cracking open the tuples and converting each field individually when calling `ReadableArgs` where the argument is a tuple. ---