Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 22, 2024
2 parents c96e690 + b7cc762 commit 703a583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clients/libs/web/lightning-latch.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ const getPaymentHash = async (clientConfig, batchId) => {

}

export default { createPreImage, confirmPendingInvoice, retrievePreImage, getPaymentHash};
export default { createPreImage, confirmPendingInvoice, retrievePreImage, getPaymentHash };
1 change: 1 addition & 0 deletions wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ wasm-bindgen-test = "0.3.34"
opt-level = "s"

[dependencies.getrandom]
version = "0.2.10"
features = ["js"]
2 changes: 2 additions & 0 deletions wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.76.0"

0 comments on commit 703a583

Please sign in to comment.