remove errant change

This commit is contained in:
2xburnt 2025-07-30 12:32:40 -05:00
parent af806f1054
commit c469a91c9a
No known key found for this signature in database
GPG Key ID: 0FC7634F60B3CAE3

View File

@ -139,5 +139,4 @@ export interface ChainConfig {
address_limit: number; address_limit: number;
fees: string; fees: string;
}; };
blocktime_ms?: number;
} }