Debug for Account

Derive prints the full userdata vec which is questionably useful.
This commit is contained in:
Stephen Akridge
2019-02-21 10:55:29 -08:00
committed by Grimes
parent d25fc7a649
commit f77788447c
3 changed files with 33 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.2"
bs58 = "0.2.0"
hex = "0.3.2"
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }