perf: 更加精细的费用记录

This commit is contained in:
Rock Chin
2022-12-28 00:11:25 +08:00
parent 0b7d9a4a46
commit dbcacdefc3
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ class DatabaseManager:
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
`key_md5` varchar(255) not null,
`timestamp` bigint not null,
`fee` DECIMAL(9,3) not null
`fee` DECIMAL(12,6) not null
)
""")
print('Database initialized.')