You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question,
let label_map=self
. client
. lock()
. unwrap()
. call:<HashMap<Address, Value>>(
"Getaddressesbylabel",
&[Value:: String (keys_id. to'lower_hex_string())],
)
. map_err (rpc_err_to_manager_err)?; The following problem is called in the above code:
Error sending offer channel: WalletError (RpcError (JsonRpc),
I only respond normally when using the following requests:
Bitcoin cli -- regtest rpcuser=testuser - rpcpassword=lq6zequb gYTdF2_ZEutr8ywTXzLYtknzWU4nV8uVoo=- rpcwallet=Bob getaddressesbylabel "bech32"
Can you explain the reason for the problem caused by this handling?
Since switching to
simple-wallet
for the integration tests, thebitcoin-rpc-provider
wallet implementation is completely untested. Possible solutions:The text was updated successfully, but these errors were encountered: