Skip to content

Commit

Permalink
Revert "update types in go client"
Browse files Browse the repository at this point in the history
This reverts commit 32ad74f.
  • Loading branch information
sameh-farouk committed Nov 9, 2023
1 parent 32ad74f commit 1da1c15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clients/tfchain-client-go/burning.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ var (
type BurnTransaction struct {
Block types.U32 `json:"block"`
Amount types.U64 `json:"amount"`
Source types.AccountID `json:"source"`
Target string `json:"target"`
Signatures []StellarSignature `json:"signatures"`
SequenceNumber types.U64 `json:"sequence_number"`
Expand Down
1 change: 0 additions & 1 deletion clients/tfchain-client-go/tft_bridge_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type BridgeBurnTransactionCreated struct {
type BridgeBurnTransactionExpired struct {
Phase types.Phase
BurnTransactionID types.U64 `json:"burn_transaction_id"`
Source types.AccountID `json:"source"`
Target []byte `json:"target"`
Amount types.U64 `json:"amount"`
Topics []types.Hash
Expand Down

0 comments on commit 1da1c15

Please sign in to comment.