@@ -38,7 +38,7 @@ const (
3838// Tests that a node embedded within a console can be started up properly and
3939// then terminated by closing the input stream.
4040func TestConsoleWelcome (t * testing.T ) {
41- coinbase := "xdc8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
41+ coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
4242
4343 // Start a XDC console, make sure it's cleaned up and terminate the console
4444 XDC := runXDC (t ,
@@ -75,7 +75,7 @@ at block: 0 ({{niltime}})
7575// Tests that a console can be attached to a running node via various means.
7676func TestIPCAttachWelcome (t * testing.T ) {
7777 // Configure the instance for IPC attachement
78- coinbase := "xdc8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
78+ coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
7979 var ipc string
8080 if runtime .GOOS == "windows" {
8181 ipc = `\\.\pipe\XDC` + strconv .Itoa (trulyRandInt (100000 , 999999 ))
@@ -97,7 +97,7 @@ func TestIPCAttachWelcome(t *testing.T) {
9797}
9898
9999func TestHTTPAttachWelcome (t * testing.T ) {
100- coinbase := "xdc8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
100+ coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
101101 port := strconv .Itoa (trulyRandInt (1024 , 65536 )) // Yeah, sometimes this will fail, sorry :P
102102 XDC := runXDC (t ,
103103 "--XDCx.datadir" , tmpdir (t )+ "XDCx/" + time .Now ().String (),
@@ -112,7 +112,7 @@ func TestHTTPAttachWelcome(t *testing.T) {
112112}
113113
114114func TestWSAttachWelcome (t * testing.T ) {
115- coinbase := "xdc8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
115+ coinbase := "0x8605cdbbdb6d264aa742e77020dcbc58fcdce182 "
116116 port := strconv .Itoa (trulyRandInt (1024 , 65536 )) // Yeah, sometimes this will fail, sorry :P
117117
118118 XDC := runXDC (t ,
0 commit comments