Skip to content

Commit 2e87541

Browse files
authored
Merge pull request #216 from mplsgrant/getwalletinfo-descriptor
Make pub_keypool_oldest optional
2 parents 5c59c1c + 7a665aa commit 2e87541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub struct GetWalletInfoResult {
146146
#[serde(rename = "txcount")]
147147
pub tx_count: usize,
148148
#[serde(rename = "keypoololdest")]
149-
pub keypool_oldest: usize,
149+
pub keypool_oldest: Option<usize>,
150150
#[serde(rename = "keypoolsize")]
151151
pub keypool_size: usize,
152152
#[serde(rename = "keypoolsize_hd_internal")]

0 commit comments

Comments
 (0)