Skip to content

Commit

Permalink
fix: last cheque peer response property case (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso authored and AuHau committed May 20, 2021
1 parent 7f2a236 commit c8f0cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export interface Cheque {

export interface LastChequesForPeerResponse {
peer: string
lastReceived: Cheque
lastSent: Cheque
lastreceived: Cheque
lastsent: Cheque
}

export interface LastChequesResponse {
Expand Down

0 comments on commit c8f0cea

Please sign in to comment.