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
{{ message }}
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
I think passing relay=True to the transfer method should set get_tx_metadata to the same value as do_not_relay so that one is able to use it afterwards and relay the transaction.
also I noticed that while unlock_time is configurable and default to 0 it is hardcoded in the data dict pass down, see
in
monero-python/monero/backends/jsonrpc/wallet.py
Line 313 in 3f3a4cd
relay=True
to the transfer method should setget_tx_metadata
to the same value asdo_not_relay
so that one is able to use it afterwards and relay the transaction.also I noticed that while unlock_time is configurable and default to 0 it is hardcoded in the data dict pass down, see
monero-python/monero/backends/jsonrpc/wallet.py
Line 309 in 3f3a4cd
The text was updated successfully, but these errors were encountered: