File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ type InfoRequest struct {
1919 LedgerIndex common.LedgerSpecifier `json:"ledger_index,omitempty"`
2020 LedgerHash common.LedgerHash `json:"ledger_hash,omitempty"`
2121 Queue bool `json:"queue,omitempty"`
22- SignerList bool `json:"signer_list ,omitempty"`
22+ SignerLists bool `json:"signer_lists ,omitempty"`
2323 Strict bool `json:"strict,omitempty"`
2424}
2525
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ func TestAccountInfoRequest(t *testing.T) {
1515 Account : "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn" ,
1616 LedgerIndex : common .Closed ,
1717 Queue : true ,
18- SignerList : false ,
18+ SignerLists : false ,
1919 Strict : true ,
2020 }
2121
22- // SignerList assigned to default, omitted due to omitempty
22+ // SignerLists assigned to default, omitted due to omitempty
2323 j := `{
2424 "account": "rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn",
2525 "ledger_index": "closed",
You can’t perform that action at this time.
0 commit comments