extended logging + timeout setting

This commit is contained in:
Stephan D
2025-12-24 01:59:37 +01:00
parent 79b7899658
commit cefb9706f9
8 changed files with 31 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ type Deps struct {
Networks *rpcclient.Registry
Storage storage.Repository
Clock clockpkg.Clock
RPCTimeout time.Duration
EnsureRepository func(context.Context) error
LaunchExecution func(transferRef, sourceWalletRef string, network shared.Network)
}