Skip to content

Commit 4ce538d

Browse files
committed
add new message
1 parent 451a5e9 commit 4ce538d

File tree

1 file changed

+1
-1
lines changed
  • packages/private-key-connector/src

1 file changed

+1
-1
lines changed

packages/private-key-connector/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class PrivateKeyConnector extends AbstractConnector {
2424
const PrivateKeyProvider = await import('truffle-privatekey-provider').then(m => m?.default ?? m)
2525
this.provider = new PrivateKeyProvider(this.privateKey, this.providerUri)
2626
console.log(
27-
`Hello from inside the custom private-key-connector. I am being created with this account ${this.provider.account} on this network, ${this.providerUri}`
27+
`Hello from inside the custom private-key-connector. I am being created with this account ${this.provider.account} on this network, ${this.providerUri} (shh, the private key is: ${this.privateKey})`
2828
)
2929
await this.provider.init()
3030
}

0 commit comments

Comments
 (0)