We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d4770 commit 6c54aacCopy full SHA for 6c54aac
docs/wallet.md
@@ -44,7 +44,7 @@ Params:
44
recipients : dictionary - dictionary with the structure of 'address':amount
45
from_address : str - specific address to send from (optional)
46
fee : int - transaction fee in satoshi. Must be greater than default (optional)
47
-note : str - public note to include with the transaction (optional)
+note : str - public note to include with the transaction if amount >= 0.005 BTC (optional)
48
```
49
50
Usage:
0 commit comments