Skip to content

Commit b7c6c72

Browse files
authored
populate chain ID for stellar output (#2394)
1 parent 5dd66d3 commit b7c6c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

framework/components/blockchain/stellar.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func newStellar(ctx context.Context, in *Input) (*Output, error) {
134134
Msg("Stellar node is ready")
135135

136136
return &Output{
137+
ChainID: in.ChainID,
137138
UseCache: true,
138139
Type: in.Type,
139140
Family: FamilyStellar,

0 commit comments

Comments
 (0)