From 3b61952b44ef6e7c085bb66cb950e6093ccd3211 Mon Sep 17 00:00:00 2001 From: BTChip Date: Mon, 19 Sep 2016 19:08:30 +0200 Subject: [PATCH] Mention Medium post for the splitting contract --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bd2ff..1a1ea0d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To use the generic wallet (which disables all data transaction) refer to signTx. Other examples are provided reusing the Ethereum parsing framwork to implement some advanced use cases : - * An ETH/ETC splitting contract - see src_chainsplit, splitEther.py + * An ETH/ETC splitting contract - see src_chainsplit, splitEther.py and our Medium post at https://blog.ledger.co/splitting-your-ethers-securely-on-your-nano-s-147f20e9e341 * An unsupported use case (transferring The DAO (RIP) tokens), using deprecated code - see src_daosend