rn-ldk icon indicating copy to clipboard operation
rn-ldk copied to clipboard

accept 1 confirmation for incoming channels

Open Overtorment opened this issue 3 years ago • 0 comments

    val handshake = ChannelHandshakeConfig.with_default();
    handshake.set_minimum_depth(1);
    uc.set_own_channel_config(handshake);

Overtorment avatar Jan 02 '22 14:01 Overtorment