(tx *types.Transaction, ledger *ledger.Ledger)
| 52 | } |
| 53 | |
| 54 | func VerifyTransactionWithLedger(tx *types.Transaction, ledger *ledger.Ledger) ontErrors.ErrCode { |
| 55 | //TODO: replay check |
| 56 | return ontErrors.ErrNoError |
| 57 | } |
| 58 | |
| 59 | func checkTransactionSignatures(tx *types.Transaction) error { |
| 60 | hash := tx.Hash() |