-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sent 2 outputs with 1 input Need to readd refactor remove cruft refactored constant fixed dupe constant Further polish for confirmation for sending
- Loading branch information
Showing
9 changed files
with
684 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,5 @@ | ||
import Foundation | ||
|
||
enum ArticleIds { | ||
static let displayCurrency = "display-currency" | ||
static let recoverWallet = "recover-wallet" | ||
static let reScan = "re-scan" | ||
static let securityCenter = "security-center" | ||
static let buyCenter = "buy-center" | ||
static let paperKey = "paper-key" | ||
static let enableTouchId = "enable-fingerprint-authentication" | ||
static let touchIdSpendingLimit = "fingerprint-spending-limit" | ||
static let transactionDetails = "transaction-details" | ||
static let manageWallet = "manage-wallet" | ||
static let receiveBitcoin = "receive-bitcoin" | ||
static let requestAmount = "request-amount" | ||
static let sendBitcoin = "send-bitcoin" | ||
static let walletDisabled = "wallet-disabled" | ||
static let resetPinWithPaperKey = "reset-pin-paper-key" | ||
static let setPin = "set-pin" | ||
static let importWallet = "import-wallet" | ||
static let writePhrase = "write-phrase" | ||
static let confirmPhrase = "confirm-phrase" | ||
static let startView = "start-view" | ||
static let wipeWallet = "wipe-wallet" | ||
static let wipeEmptyWallet = "wipe-empty-wallet" | ||
static let nothing = "nothing" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import Foundation | ||
import UIKit | ||
|
||
// MARK: - Satishis | ||
// MARK: - Satoshis | ||
|
||
struct Satoshis { | ||
let rawValue: UInt64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.