This question is related to this post explaining how to use bitcoin-qt to generate a transaction.
Once obtained, I'd like to dispatch it from my system which is running a non-synced node. When issuing sendrawtransaction the following happens:
./bitcoin-cli sendrawtransaction
error code: -26
error message:
non-final
I have two questions related to this