Add timestamps to transaction creation process

This commit is contained in:
Jack Grigg
2019-06-20 18:44:18 +02:00
parent f9361b27d9
commit d688445bb1
2 changed files with 21 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ default = ["console_error_panic_hook"]
hex = "0.3"
protobuf = "2"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["console"] }
web-sys = { version = "0.3", features = ["console", "Performance", "Window"] }
# We don't use these crates directly, but we add it as a dependency so we can
# enable necessary features for WASM compatibility.