If a coinbase transaction is discovered via the get_compact_utxos RPC call we won't have sufficient info to identify it as coinbase, so it may not be excluded unless decrypt_and_store_transaction has been called on the transaction that produced it.
To fix this we'll need to add the tx_index field to the GetAddressUtxosReply proto type.
Found while working on:
If a coinbase transaction is discovered via the
get_compact_utxosRPC call we won't have sufficient info to identify it as coinbase, so it may not be excluded unless decrypt_and_store_transaction has been called on the transaction that produced it.To fix this we'll need to add the
tx_indexfield to theGetAddressUtxosReplyproto type.Found while working on:
z_shieldcoinbasezallet#89