Skip to content

Commit c905bbb

Browse files
authored
Add an alias to fetch data from the signer and the signers field (#286)
1 parent a74018c commit c905bbb

File tree

1 file changed

+1
-0
lines changed
  • fplus-lib/src/core/allocator

1 file changed

+1
-0
lines changed

fplus-lib/src/core/allocator/file.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub struct AllocatorModel {
1515
#[derive(Serialize, Deserialize, Debug, Clone)]
1616
pub struct AllocatorModelPathwayAddresses {
1717
pub msig: String,
18+
#[serde(alias = "signers")]
1819
pub signer: Vec<String>,
1920
}
2021

0 commit comments

Comments
 (0)