renamed zatoshis to puposhis, update librustzcash commit high
This commit is contained in:
@@ -37,34 +37,34 @@ rand = "0.7.2"
|
|||||||
|
|
||||||
[dependencies.bellman]
|
[dependencies.bellman]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["groth16"]
|
features = ["groth16"]
|
||||||
|
|
||||||
[dependencies.pairing]
|
[dependencies.pairing]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
|
|
||||||
[dependencies.zcash_client_backend]
|
[dependencies.zcash_client_backend]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
|
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.zcash_primitives]
|
[dependencies.zcash_primitives]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["transparent-inputs"]
|
features = ["transparent-inputs"]
|
||||||
|
|
||||||
[dependencies.zcash_proofs]
|
[dependencies.zcash_proofs]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
[dependencies.ff]
|
[dependencies.ff]
|
||||||
git = "https://github.com/DenioD/librustzcash.git"
|
git = "https://github.com/DenioD/librustzcash.git"
|
||||||
rev= "af5f25e87347e9ac42f29c37d43250e9de5c21de"
|
rev= "44a1c3981df37b73d87f0e625ca3557d8534e6f3"
|
||||||
features = ["ff_derive"]
|
features = ["ff_derive"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ impl Command for SendCommand {
|
|||||||
let mut h = vec![];
|
let mut h = vec![];
|
||||||
h.push("Send HUSH to a given address");
|
h.push("Send HUSH to a given address");
|
||||||
h.push("Usage:");
|
h.push("Usage:");
|
||||||
h.push("send <address> <amount in zatoshis> \"optional_memo\"");
|
h.push("send <address> <amount in puposhis> \"optional_memo\"");
|
||||||
h.push("");
|
h.push("");
|
||||||
h.push("Example:");
|
h.push("Example:");
|
||||||
h.push("send ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d 200000 \"Hello from the command line\"");
|
h.push("send ztestsapling1x65nq4dgp0qfywgxcwk9n0fvm4fysmapgr2q00p85ju252h6l7mmxu2jg9cqqhtvzd69jwhgv8d 200000 \"Hello from the command line\"");
|
||||||
|
|||||||
Reference in New Issue
Block a user