summaryrefslogtreecommitdiff
path: root/src/types/types-test.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-17 21:59:47 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-17 21:59:47 +0100
commitbaab5b9d206169897b4c257ff6decf2c0b9fe1f6 (patch)
tree32867df58081954da78ed37cb5f72c24d6d99327 /src/types/types-test.ts
parent21100c451bf967072756b5c0022839ddb0bb075b (diff)
downloadwallet-core-baab5b9d206169897b4c257ff6decf2c0b9fe1f6.tar.gz
wallet-core-baab5b9d206169897b4c257ff6decf2c0b9fe1f6.tar.bz2
wallet-core-baab5b9d206169897b4c257ff6decf2c0b9fe1f6.zip
H_wire -> h_wire
Diffstat (limited to 'src/types/types-test.ts')
-rw-r--r--src/types/types-test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/types-test.ts b/src/types/types-test.ts
index 77ab2c4e4..67d379f7b 100644
--- a/src/types/types-test.ts
+++ b/src/types/types-test.ts
@@ -131,7 +131,7 @@ test("amount stringification", t => {
test("contract terms validation", t => {
const c = {
nonce: "123123123",
- H_wire: "123",
+ h_wire: "123",
amount: "EUR:1.5",
auditors: [],
exchanges: [{ master_pub: "foo", url: "foo" }],