Skip to content

Commit

Permalink
update preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
sahith-narahari committed Nov 10, 2020
1 parent b28f24f commit 5b88418
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/rosetta/services/construction.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ func (sn SingleNetwork) ConstructionPreprocess(ctx context.Context, request *typ

memo, ok := request.Metadata["memo"]
if !ok {
return nil, rosetta.ErrInvalidMemo.RosettaError()

memo = ""
}

var res = &types.ConstructionPreprocessResponse{
Expand Down

0 comments on commit 5b88418

Please sign in to comment.