Index: nano.man ================================================================== --- nano.man +++ nano.man @@ -902,11 +902,11 @@ used to generate a block that changes the representative for the given .IR account . Its interface is subject to change and not considered stable. .SH EXAMPLES -.SS Example 1 +.SS Example 1: Generate a new seed and derive 10 addresses from it .EX package require nano @@VERS@@ set seed [::nano::key::newSeed -hex] puts "Generated seed: $seed" @@ -916,12 +916,9 @@ set accountAddress [::nano::address::fromPrivateKey $accountPrivateKey] puts " - $index: $accountAddress" } .EE -.SS Example 2 -.SS Example 3 - .SH AUTHOR .Sp Roy Keene .RI < rkeene@nano.org >