logos-storage-nim/tests/codex/teststorageproofs.nim
Dmitriy Ryajov 738738c3c6
Adding storage proofs store (#109)
* add por store

* rename por store to stp store

* add stp tests
2022-05-24 18:42:49 -06:00

5 lines
99 B
Nim

import ./storageproofs/teststpstore
import ./storageproofs/testpor
{.warning[UnusedImport]: off.}