Differences From Artifact [f244565700]:
- File nano.tcl — part of check-in [e6a2a65611] at 2018-07-02 23:50:47 on branch trunk — Added support for comments in block JSON format (user: rkeene, size: 19165) [annotate] [blame] [check-ins using]
To Artifact [8dfa10c41c]:
- File nano.tcl — part of check-in [0938293f53] at 2018-07-03 06:03:04 on branch trunk — Ensure the correct version of the package is provided (user: rkeene, size: 19141) [annotate] [blame] [check-ins using]
︙ | |||
726 727 728 729 730 731 732 | 726 727 728 729 730 731 732 | - - | foreach accountPubKeyBlockHash [array names ::nano::account::pending [list $accountPubKey *]] { set blockHash [lindex $accountPubKeyBlockHash 1] lappend outBlocks [receive $account $blockHash $signKey] } return $outBlocks } |