From fdba76c8e16bf2f09b603fe5cb2949304789915a Mon Sep 17 00:00:00 2001 From: Tibo-lg Date: Tue, 4 Jun 2024 20:35:43 +0900 Subject: [PATCH] Specify to update the event id when using sample --- sample/Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sample/Readme.md b/sample/Readme.md index e48b1879..0b1ae8c2 100644 --- a/sample/Readme.md +++ b/sample/Readme.md @@ -5,6 +5,9 @@ Example of combining the various components of the rust-dlc library together wit Originally based on the code from the [ldk sample](https://github.com/lightningdevkit/ldk-sample). Example configurations and contract input are available in the [examples](./examples) folder. +In order to use the [example contract](./examples/contracts/numerical_contract_input.json) you will need to update the `event_id`. +Replace the part after `btcusd` with a UNIX timestamp in the future. + ## Quick run