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

Commit

Permalink
Merge pull request #8 from goldenfiredo/master
Browse files Browse the repository at this point in the history
submit signed transaction to diem
  • Loading branch information
h4x3rotab committed Apr 15, 2021
2 parents b5cf0b0 + 55bd972 commit a37feea
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 114 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub enum Error {
FailedToCallPushCommand,
FailedToGetReceivingTransactions,
FailedToGetSentTransactions,
FailedToSubmitTransaction,
}

impl From<hyper::error::Error> for Error {
Expand Down
Loading

0 comments on commit a37feea

Please sign in to comment.