mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
5 lines
241 B
Plaintext
5 lines
241 B
Plaintext
* Spent coins can be tracked through nullifiers
|
|
* So in the wallet, once we broadcast a tx, we can spend a coin
|
|
* Also extend the wallet.sql schema to support both confirmed and
|
|
unconfirmed coins (use tx hash for that like DAO does)
|