mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
rust: upgrade model with new checkmessage requirements
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Christian Decker
parent
ba4e870a1c
commit
e70729b04b
@@ -1441,8 +1441,8 @@ pub mod responses {
|
||||
pub struct CheckmessageResponse {
|
||||
#[serde(alias = "verified")]
|
||||
pub verified: bool,
|
||||
#[serde(alias = "pubkey", skip_serializing_if = "Option::is_none")]
|
||||
pub pubkey: Option<Pubkey>,
|
||||
#[serde(alias = "pubkey")]
|
||||
pub pubkey: Pubkey,
|
||||
}
|
||||
|
||||
/// Whether we successfully negotiated a mutual close, closed without them, or discarded not-yet-opened channel
|
||||
|
||||
Reference in New Issue
Block a user