multi: make remote signer RPC timeout configurable

This commit is contained in:
Oliver Gugger
2022-01-05 11:04:28 +01:00
parent f3cd383d1f
commit 9601a9ab84
5 changed files with 47 additions and 19 deletions

View File

@ -688,7 +688,6 @@ func (d *RPCSignerWalletImpl) BuildChainControl(
rpcKeyRing, err := rpcwallet.NewRPCKeyRing(
baseKeyRing, walletController,
d.DefaultWalletImpl.cfg.RemoteSigner, walletConfig.CoinType,
rpcwallet.DefaultRPCTimeout,
)
if err != nil {
err := fmt.Errorf("unable to create RPC remote signing wallet "+