Add signature module

Because things other than transactions can be signed.
This commit is contained in:
Greg Fitzgerald
2018-03-06 12:48:26 -07:00
parent 5d0356f74b
commit 624c151ca2
14 changed files with 54 additions and 41 deletions

View File

@@ -80,6 +80,7 @@ mod tests {
use super::*;
use log::*;
use event::*;
use signature::*;
use transaction::*;
#[test]