transfering -> transferring typo fix

This commit is contained in:
arthur.breitman@gmail.com 2017-05-06 20:53:09 -07:00
parent 400d25d54a
commit d2a2052a2e
2 changed files with 4 additions and 4 deletions

View File

@ -269,7 +269,7 @@ let commands () =
@@ prefix "for" @@ prefix "for"
@@ Public_key_hash.alias_param @@ Public_key_hash.alias_param
~name: "mgr" ~desc: "manager of the new contract" ~name: "mgr" ~desc: "manager of the new contract"
@@ prefix "transfering" @@ prefix "transferring"
@@ tez_param @@ tez_param
~name: "qty" ~desc: "amount taken from source" ~name: "qty" ~desc: "amount taken from source"
@@ prefix "from" @@ prefix "from"
@ -300,7 +300,7 @@ let commands () =
@@ prefix "for" @@ prefix "for"
@@ Public_key_hash.alias_param @@ Public_key_hash.alias_param
~name: "mgr" ~desc: "manager of the new contract" ~name: "mgr" ~desc: "manager of the new contract"
@@ prefix "transfering" @@ prefix "transferring"
@@ tez_param @@ tez_param
~name: "qty" ~desc: "amount taken from source" ~name: "qty" ~desc: "amount taken from source"
@@ prefix "from" @@ prefix "from"

View File

@ -84,12 +84,12 @@ ${CLIENT} mine for bootstrap1
${CLIENT} remember program noop file:scripts/noop.tez ${CLIENT} remember program noop file:scripts/noop.tez
${CLIENT} typecheck program noop ${CLIENT} typecheck program noop
${CLIENT} originate contract noop \ ${CLIENT} originate contract noop \
for ${KEY1} transfering 1000 from bootstrap1 \ for ${KEY1} transferring 1000 from bootstrap1 \
running noop running noop
${CLIENT} transfer 10 from bootstrap1 to noop -arg "Unit" ${CLIENT} transfer 10 from bootstrap1 to noop -arg "Unit"
${CLIENT} originate contract hardlimit \ ${CLIENT} originate contract hardlimit \
for ${KEY1} transfering 1000 from bootstrap1 \ for ${KEY1} transferring 1000 from bootstrap1 \
running file:scripts/hardlimit.tez -init "3" running file:scripts/hardlimit.tez -init "3"
${CLIENT} transfer 10 from bootstrap1 to hardlimit -arg "Unit" ${CLIENT} transfer 10 from bootstrap1 to hardlimit -arg "Unit"
${CLIENT} transfer 10 from bootstrap1 to hardlimit -arg "Unit" ${CLIENT} transfer 10 from bootstrap1 to hardlimit -arg "Unit"