mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
616dad43fd
* no need for AsFixedBytes we can just use AsRef<[u8]> * cleanup FixedLength trait * revert this change for now * fix store tests * cleanup and fix tests after rebase * fix tests * update based on PR review less hard-coded values now * cleanup
15 lines
149 B
Text
15 lines
149 B
Text
*.swp
|
|
.DS_Store
|
|
.grin*
|
|
!node_clients
|
|
!node_clients.rs
|
|
target
|
|
*/Cargo.lock
|
|
*.iml
|
|
grin.log
|
|
wallet.seed
|
|
test_output
|
|
wallet_data
|
|
wallet/db
|
|
.idea/
|
|
/node*
|