Check-in [a6dade57ee]
Overview
Comment:Made default address format "xrb_" for now
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a6dade57ee1ee3c088bdaefa568468f55559f136e6a6cf1aaf601ebe129d8cc2
User & Date: rkeene on 2018-07-03 19:51:44
Other Links: manifest | tags
Context
2018-07-03
19:52
Add an example for a batch offline signing/sweep system check-in: c316c57485 user: rkeene tags: trunk
19:51
Made default address format "xrb_" for now check-in: a6dade57ee user: rkeene tags: trunk
19:29
Added an example for generating work from a given hash check-in: 4a127ff396 user: rkeene tags: trunk
Changes

Modified nano.tcl from [d4333092df] to [594189ec1a].

86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
		set result $resultBinary
	}

	return $result
}

proc ::nano::address::fromPublicKey {pubKey args} {
	set addressPrefix "nano_"
	foreach arg $args {
		switch -exact -- $arg {
			"-xrb" {
				set addressPrefix "xrb_"
			}
			"-nano" {
				set addressPrefix "nano_"







|







86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
		set result $resultBinary
	}

	return $result
}

proc ::nano::address::fromPublicKey {pubKey args} {
	set addressPrefix "xrb_"
	foreach arg $args {
		switch -exact -- $arg {
			"-xrb" {
				set addressPrefix "xrb_"
			}
			"-nano" {
				set addressPrefix "nano_"