]> git.bitcoin.ninja Git - rust-lightning/commit
Implement Clone for InvalidShutdownScript 2021-11-trivial-impls
authorMatt Corallo <git@bluematt.me>
Tue, 19 Oct 2021 06:20:12 +0000 (06:20 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 29 Nov 2021 01:30:50 +0000 (01:30 +0000)
commitf118bb776a5d242916f836e538511cd70f6d01a4
tree7db87393978e4cf6aa97e4dcc0b84350b46709e5
parent04d0cca87293f5a47812d19920686755892f8446
Implement Clone for InvalidShutdownScript

Users hopefully shouldn't have much of a reason to use this, but
the bindings may need it to ensure no leaking pointers over an ffi.
lightning/src/ln/script.rs