Skip to content

Commit 53598f9

Browse files
fix: reset connection price to 80musd for nodes
1 parent a2cb4fc commit 53598f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate-node/pallets/pallet-tfgrid/src/grid_migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub fn migrate_nodes<T: Config>() -> frame_support::weights::Weight {
191191
secure_boot: node.secure_boot,
192192
virtualized: node.virtualized,
193193
serial_number: node.serial_number,
194-
connection_price: node.connection_price,
194+
connection_price: 80,
195195
};
196196

197197
// Add index of farm - list (nodes)

0 commit comments

Comments
 (0)