Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in Chapter7.ipynb #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions code-ch07/Chapter7.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"\n",
"Create a testnet transaction that sends 60% of a single UTXO to `mwJn1YPMq7y5F8J3LkC5Hxg9PHyZ5K4cFv`. The remaining amount minus fees should go back to your own change address. This should be a 1 input, 2 output transaction.\n",
"\n",
"You can broadcast the transaction at https://testnet.blockchain.info/pushtx"
"You can broadcast the transaction at https://blockstream.info/testnet/tx/push"
]
},
{
Expand Down Expand Up @@ -246,7 +246,7 @@
"\n",
"# sign the one input in the transaction object using the private key\n",
"# print the transaction's serialization in hex\n",
"# broadcast at http://testnet.blockchain.info/pushtx"
"# broadcast at https://blockstream.info/testnet/tx/push"
]
},
{
Expand All @@ -257,7 +257,7 @@
"\n",
"Advanced: get some more testnet coins from a testnet faucet and create a 2 input, 1 output transaction. 1 input should be from the faucet, the other should be from the previous exercise, the output can be your own address.\n",
"\n",
"You can broadcast the transaction at https://testnet.blockchain.info/pushtx"
"You can broadcast the transaction at https://blockstream.info/testnet/tx/push"
]
},
{
Expand Down Expand Up @@ -295,7 +295,7 @@
"# sign the first input using the private key\n",
"# sign the second input using the private key \n",
"# print the transaction's serialization in hex\n",
"# broadcast at http://testnet.blockchain.info/pushtx"
"# broadcast at https://blockstream.info/testnet/tx/push"
]
}
],
Expand Down