Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Make extra_memo not required
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Mar 2, 2017
1 parent de5038a commit 47ad996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type SendRequest struct {
// path[n][asset_code] path[n][asset_issuer]
Path []protocols.Asset `name:"path"`
// Extra memo
ExtraMemo string `name:"extra_memo" required:""`
ExtraMemo string `name:"extra_memo"`

protocols.FormRequest
}
Expand Down

0 comments on commit 47ad996

Please sign in to comment.