Skip to content

Commit 825fda3

Browse files
committed
chore: log configured namadas on startup
1 parent df790ce commit 825fda3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/control_node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export class NamadaService extends Service {
107107
if (!namada) {
108108
throw new Error('NAMADA format: 0=...[,HardForkHeight=...]')
109109
}
110+
console.log('Namada node versions:', namadas)
110111
// Start with 1st version of Namada node
111112
super('Namada', namada, 'ledger', 'run')
112113
// Which version to run starting from which block

0 commit comments

Comments
 (0)