Skip to content

Commit

Permalink
fix: updates swift interface
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Jan 4, 2025
1 parent ee6c15e commit 15d18a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/LwkRnModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class LwkRnModule: NSObject {
/* Bip */
@objc
func newBip49(
resolve: RCTPromiseResolveBlock,
_ resolve: RCTPromiseResolveBlock,
reject: RCTPromiseRejectBlock
) -> Void {
do {
Expand All @@ -58,7 +58,7 @@ class LwkRnModule: NSObject {

@objc
func newBip84(
resolve: RCTPromiseResolveBlock,
_ resolve: RCTPromiseResolveBlock,
reject: RCTPromiseRejectBlock
) -> Void {
do {
Expand All @@ -72,7 +72,7 @@ class LwkRnModule: NSObject {

@objc
func newBip87(
resolve: RCTPromiseResolveBlock,
_ resolve: RCTPromiseResolveBlock,
reject: RCTPromiseRejectBlock
) -> Void {
do {
Expand Down Expand Up @@ -140,7 +140,7 @@ class LwkRnModule: NSObject {
@objc
func keyoriginXpub(
_ signerId: String,
_ bipId: String,
bipId: String,
resolve: RCTPromiseResolveBlock,
reject: RCTPromiseRejectBlock
) -> Void {
Expand Down

0 comments on commit 15d18a6

Please sign in to comment.