asgard.git

commit 927c29417b1b5d88af44d14a5a1d7f3265ed5419

Author: Adam <git@apiote.xyz>

fix deposits

 gersemi.go | 4 ++--


diff --git a/gersemi.go b/gersemi.go
index 6cb645800ec349fff881754282692cbb93ed9aa5..301d5fa4e9a5bc0832a280334c94ca89b6f4d71e 100644
--- a/gersemi.go
+++ b/gersemi.go
@@ -43,8 +43,8 @@ func (w Withdrawal) IsTransaction() {}
 
 type Deposit struct {
 	TransactionData
-	SourceName    string `json:"source_id"`
-	DestinationID string `json:"destination_name"`
+	SourceName    string `json:"source_name"`
+	DestinationID string `json:"destination_id"`
 }
 
 func (w Deposit) IsTransaction() {}