Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 60d7c9d

Browse files
klim-sidorov-ledgeradrienlacombe
authored andcommitted
fix
1 parent 817af78 commit 60d7c9d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bus/infrastructure.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ func loadOrCreateWallet(client *rpcclient.Client) (bool, error) {
272272
if err == nil {
273273
return false, nil
274274
}
275+
// if err = client.UnloadWallet(nil); err != nil {
276+
// return false, nil
277+
// }
275278

276279
// Convert native error to btcjson.RPCError
277280
rpcErr := err.(*btcjson.RPCError)

httpd/svc/explorer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (s *Service) GetNetwork() (network *bus.Network) {
126126
RelayFee: networkInfo.RelayFee,
127127
IncrementalFee: networkInfo.IncrementalFee,
128128
Version: networkInfo.Version,
129-
Subversion: network.Subversion,
129+
Subversion: networkInfo.SubVersion,
130130
}
131131
return network
132132
}

0 commit comments

Comments
 (0)