Skip to content

Commit

Permalink
Sc-15444 (#125)
Browse files Browse the repository at this point in the history
* Initial work

* finished tests

* version bump

* initial work
  • Loading branch information
Daniel Sollis authored Mar 28, 2023
1 parent 52e5e0b commit 95e0bfe
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 143 deletions.
48 changes: 24 additions & 24 deletions lib/python/rvaspy/rvaspy/api_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/rvasp/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ func (t Transaction) Proto() *pb.Transaction {
Provider: t.Beneficiary.Provider,
},
Amount: t.AmountFloat(),
AssetType: t.AssetType,
Timestamp: t.Timestamp.Format(time.RFC3339),
EnvelopeId: t.Envelope,
Identity: t.Identity,
Expand Down
Loading

0 comments on commit 95e0bfe

Please sign in to comment.