9fe20376b7
TransactionStatusService needs Primary access in order to write transaction status into the Blockstore if enable_rpc_transaction_history is set to True. The current logic attempts to get Primary access for the service. However, in the event that this function had been called with a Blockstore that already had Primary access, this second attempt to get Primary access would fail. So, only attempt to open with Primary access when necessary AND when the current access level is not sufficient. |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml |