Skip to content
Snippets Groups Projects

enh(1441): Add config's storage into BMA /node/summary

Open Benoit Lavenier requested to merge fix/1441/node_summary_with_storage into dev
6 files
+ 22
7
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 0
2
@@ -24,7 +24,6 @@ export interface Keypair {
export interface StorageDTO {
storage?: {
transactions?: boolean;
wotwizard?: boolean;
};
}
@@ -200,7 +199,6 @@ export class ConfDTO
},
public powNoSecurity = false,
public storage = {
transactions: false,
wotwizard: false,
},
public txsMempoolSize?: number
Loading