Skip to content

Commit

Permalink
Fix response type err
Browse files Browse the repository at this point in the history
  • Loading branch information
ken.sun committed Nov 1, 2021
1 parent a1a6c3f commit 2b115f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/settlements/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ var ListSettlementCmd = &cmds.Command{

return cmds.EmitOnce(res, &rsp)
},
Type: &settlementResponse{},
Type: &settlementsResponse{},
}

0 comments on commit 2b115f7

Please sign in to comment.