Skip to content

Commit

Permalink
fix: fee bump key
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrak committed Feb 8, 2024
1 parent 4c7f4af commit 979e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/controller/http/v1/assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (r *assetsRoutes) createAsset(c *gin.Context) {
MainSource: sponsor.Key.PublicKey,
PublicKeys: []string{sponsor.Key.PublicKey, distPk, issuerPk},
Operations: ops,
FeeBump: distPk,
FeeBump: sponsor.Key.PublicKey,
})
if err != nil {
r.logger.Error(err, fmt.Sprintf("http - v1 - create asset - send message %d", Id))
Expand Down

0 comments on commit 979e3f1

Please sign in to comment.