crypto/config.def.h
2023-02-06 01:54:30 +01:00

11 lines
143 B
C

#define CUR "$"
struct wallet_s {
char *from;
char *to;
float value;
} WALLET[] = {
{"BTC", "USDT", 1.00000000},
{0},
};