Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
update sample app whitelist url
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotethegr8 committed Feb 12, 2019
1 parent f0a8406 commit f3e446a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class SendTransactionViewController: UIViewController {

let networkId = Network.testNet.id
let whitelistEnvelope = WhitelistEnvelope(transactionEnvelope: transactionEnvelope, networkId: networkId)
let url = URL(string: "http://10.4.59.1:3000/whitelist")!
let url = URL(string: "http://34.239.111.38:3000/whitelist")!

return strongSelf.whitelistTransaction(to: url, whitelistEnvelope: whitelistEnvelope)
}
Expand Down

0 comments on commit f3e446a

Please sign in to comment.