clean up some unused parts in created hashmaps

This commit is contained in:
Kasey White
2022-11-12 17:39:00 -05:00
committed by Lucas
parent b450c41438
commit d11b8858ba
3 changed files with 70 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
pub type Signer {
hash: Int,
hash: ByteArray,
}
pub type ScriptContext {