Index: build/test/test.tcl ================================================================== --- build/test/test.tcl +++ build/test/test.tcl @@ -132,11 +132,11 @@ puts "\[1.FAIL\] Exp: $pub" return false } - set addrCheck [::nano::address::fromPublicKey $pub] + set addrCheck [::nano::address::fromPublicKey $pub -nano] if {$addrCheck ne $addr} { puts "\[2.FAIL\] Got: $addrCheck" puts "\[2.FAIL\] Exp: $addr" return false