From 234e59fe25ca3f07686bed550beb068a1be333a8 Mon Sep 17 00:00:00 2001 From: Dennis Gloss <31706897+glossd@users.noreply.github.com> Date: Sun, 14 Nov 2021 16:30:27 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4722f2e..18d65d3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ func main() { **For testing purposes** I used `netchain.TestNet`. If you want to send real bitcoins to blockchain you need to specify BTC_API_KEY env var for blockcypher or you could pass your own txutil.CreateParams.Fetch function to txutil.Create. --- -#### More options +### More options `txutil.CreateParams`: | Field | Type | Usage | @@ -69,4 +69,5 @@ func main() { | PrivateKeys | []string | send your bitcoins from multiple wallets | | Destinations | []txutil.Destination | send your bitcoins to multiple addresses | | SendAll | bool | send all your bitcoins from your private key or keys, but it only works if you specified just one destination | + For the full list of the transaction parameters look inside `txutil.CreateParams`.