diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-02 21:13:56 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-02 21:13:56 +0100 |
commit | db9177bb17b508ef4a6fa1d0707d3297fbd66c56 (patch) | |
tree | 57deb5c83d13beefe3eeaef9767a92cc9335c20b /lib/wallet/cryptoApi.ts | |
parent | d76fce80779f1fe3902d635ba6d9934927060712 (diff) |
TAP-based test harness
Diffstat (limited to 'lib/wallet/cryptoApi.ts')
-rw-r--r-- | lib/wallet/cryptoApi.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wallet/cryptoApi.ts b/lib/wallet/cryptoApi.ts index 40be13732..4a507074a 100644 --- a/lib/wallet/cryptoApi.ts +++ b/lib/wallet/cryptoApi.ts @@ -257,4 +257,4 @@ export class CryptoApi { newCoinDenoms, meltFee); } -}
\ No newline at end of file +} |