Skip to content

Commit

Permalink
Adding Memo field to the BalanceMovement struct (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva authored Oct 10, 2024
1 parent c371060 commit d797049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrade_v_11_4_network_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type BalanceMovement struct {
SourceAddress string `json:"from"`
DestinationAddress string `json:"to"`
Amount *sdk.Int `json:"amount,omitempty"`
Memo string `json:"memo,omitempty"`
}

var NetworkInfos = map[string]NetworkConfig{
Expand Down

0 comments on commit d797049

Please sign in to comment.