Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:yobicash/libyobicash
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Nelson committed Jan 5, 2018
2 parents a346a64 + 10401f9 commit 0afa94d
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 136 deletions.
17 changes: 0 additions & 17 deletions src/crypto/encryption/symmetric/old.rs

This file was deleted.

4 changes: 4 additions & 0 deletions src/errors/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ error_chain! {
description("Invalid cyphertext")
}

FeeMissing {
description("Fee missing")
}

InvalidHeight {
description("Invalid height")
}
Expand Down
Loading

0 comments on commit 0afa94d

Please sign in to comment.