Skip to content

Commit ef5b0ea

Browse files
authored
chore(deps): update blinklabs-io/gouroboros to v0.116.0 (#219)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 6c05ff2 commit ef5b0ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.1
66

77
require (
88
github.com/blinklabs-io/cardano-models v0.5.0
9-
github.com/blinklabs-io/gouroboros v0.115.2
9+
github.com/blinklabs-io/gouroboros v0.116.0
1010
github.com/fxamacker/cbor/v2 v2.8.0
1111
github.com/gin-contrib/cors v1.7.4
1212
github.com/gin-contrib/zap v1.1.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4
33
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
44
github.com/blinklabs-io/cardano-models v0.5.0 h1:HVhALGCJ+Q6tg0dtdPny/kUqhvDJrenRF7ymxnMblks=
55
github.com/blinklabs-io/cardano-models v0.5.0/go.mod h1:nWMr7NM+jT5xiZLJ0hEjxm57OhIm9WHB/NK9NrkrK54=
6-
github.com/blinklabs-io/gouroboros v0.115.2 h1:qG6uu8yDQpJ4VYmiARdkOpfjvKw3r0MG4B6dFaZ8Rzc=
7-
github.com/blinklabs-io/gouroboros v0.115.2/go.mod h1:E43ihaCCqNYMsTtdGbTv6Un0QVYcSXb3E/SbADJNBIM=
6+
github.com/blinklabs-io/gouroboros v0.116.0 h1:B+2HUCdMgu1TRlME1Y1ds+nhzmgKLuJwdq7nfSJta08=
7+
github.com/blinklabs-io/gouroboros v0.116.0/go.mod h1:g4e4aqLWcsRCgwk1KLq49CJF4uNq/ZXAp4Z63BbSo4o=
88
github.com/btcsuite/btcd v0.20.1-beta/go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ=
99
github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c/go.mod h1:tjmYdS6MLJ5/s0Fj4DbLgSbDHbEqLJrtnHecBFkdz5M=
1010
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd/go.mod h1:nm3Bko6zh6bWP60UxwoT5LzdGJsQJaPo6HjduXq9p6A=

internal/api/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func handleSubmitTx(c *gin.Context) {
270270
}(cfg, rawTx)
271271
}
272272
// Return transaction ID
273-
c.String(202, tx.Hash())
273+
c.String(202, tx.Hash().String())
274274
}
275275

276276
// createHTTPClient with custom timeout

0 commit comments

Comments
 (0)