Skip to content

Commit 00d7d3f

Browse files
committed
pick up fftm
Signed-off-by: Chengxuan Xing <chengxuan.xing@kaleido.io>
1 parent c70c3cd commit 00d7d3f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/hashicorp/golang-lru v1.0.2
88
github.com/hyperledger/firefly-common v1.5.9
99
github.com/hyperledger/firefly-signer v1.1.21
10-
github.com/hyperledger/firefly-transaction-manager v0.0.0-20260421111941-f20dee0fc832
10+
github.com/hyperledger/firefly-transaction-manager v0.0.0-20260421133421-8999101bd7c7
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/cobra v1.8.0
1313
github.com/stretchr/testify v1.9.0
@@ -101,4 +101,4 @@ require (
101101
)
102102

103103
// Pin kaleido-io/firefly-transaction-manager branch lightweight-confirmation-tracking until merged upstream.
104-
replace github.com/hyperledger/firefly-transaction-manager => github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421111941-f20dee0fc832
104+
replace github.com/hyperledger/firefly-transaction-manager => github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421133421-8999101bd7c7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/jarcoal/httpmock v1.2.0 h1:gSvTxxFR/MEMfsGrvRbdfpRUMBStovlSRLw0Ep1bww
113113
github.com/jarcoal/httpmock v1.2.0/go.mod h1:oCoTsnAz4+UoOUIf5lJOWV2QQIW5UoeUI6aM2YnWAZk=
114114
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
115115
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
116-
github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421111941-f20dee0fc832 h1:zkq96Tp9IfMa7isUBfXP0OS3gvddx8+vDlnqGDTX+tk=
117-
github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421111941-f20dee0fc832/go.mod h1:1kbYt8ofDXqfwC02vwV/HoOjmiv0IuT9UkJ//bbrliE=
116+
github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421133421-8999101bd7c7 h1:aJtNpvO2Lwf9oMYtjrroa2pJUmNbXvkklI4WjbT0r+A=
117+
github.com/kaleido-io/firefly-transaction-manager v0.0.0-20260421133421-8999101bd7c7/go.mod h1:1kbYt8ofDXqfwC02vwV/HoOjmiv0IuT9UkJ//bbrliE=
118118
github.com/karlseguin/ccache v2.0.3+incompatible h1:j68C9tWOROiOLWTS/kCGg9IcJG+ACqn5+0+t8Oh83UU=
119119
github.com/karlseguin/ccache v2.0.3+incompatible/go.mod h1:CM9tNPzT6EdRh14+jiW8mEF9mkNZuuE51qmgGYUB93w=
120120
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod h1:yyMNCyc/Ib3bDTKd379tNMpB/7/H5TjM2Y9QJ5THLbE=

0 commit comments

Comments
 (0)