From: Matt Corallo Date: Wed, 23 Mar 2022 18:44:04 +0000 (+0000) Subject: Don't assume from-var conversion in opaque ret conv X-Git-Tag: v0.0.105.1~1^2~5 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=92e57fa5be658e4ed18cc3126c645cdc5ae7895d;hp=92e57fa5be658e4ed18cc3126c645cdc5ae7895d;p=ldk-java Don't assume from-var conversion in opaque ret conv When we do a ret-conv of an opaque struct, don't assume that the variable as-parsed exists, instead use the variable that's being created in the ret-conv string if we need to clone. ---