Check-in [dc7dc994d9]
Overview
Comment:Cleaned up extraneous auto_path
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dc7dc994d9ceeeb20bb8fd1940480d53433febdb22ab7f45f0fa1d957eb83763
User & Date: rkeene on 2018-09-25 01:09:51
Other Links: manifest | tags
Context
2018-09-25
01:22
Added example script to generate work using the "work_generate" RPC check-in: 7cef158513 user: rkeene tags: trunk
01:09
Cleaned up extraneous auto_path check-in: dc7dc994d9 user: rkeene tags: trunk
2018-09-19
21:44
Updated to support "pendingHashAmountAndAddress" in bulk_pull_account check-in: 6e80a1ada9 user: rkeene tags: trunk
Changes

Modified examples/generate-work/generate-work from [1db3d7157f] to [5558c50503].

1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env tclsh

lappend auto_path ../../build/work
package require nano

if {[llength $argv] == 0} {
	puts stderr "Usage: generate-work <hash>..."

	exit 1
}


<







1
2

3
4
5
6
7
8
9
#! /usr/bin/env tclsh


package require nano

if {[llength $argv] == 0} {
	puts stderr "Usage: generate-work <hash>..."

	exit 1
}