I've been reading up on how to create transactions, and I have stumbled upon some confusing details that I'd like to clarify. According to
https://en.bitcoin.it/wiki/Transaction_fees, it says:
A transaction may be safely sent without fees if these conditions are met:
-
It is smaller than 1,000 bytes.
- All outputs are 0.01 BTC or larger.
- Its priority is large enough (see the Technical Info section below)
Emphasis mine. It then goes on to state, "As an example, a fee of 0.1 mBTC (0.0001 BTC) would be added to a 746 byte transaction." This is where I get confused.
Does this mean that transactions below 1000 bytes cannot be sent without fees?
Thanks.