fix: transaction type in TxpoolContent (#1844)

TxpoolContent used a custom type for the transactions inside of it.
This type was missing some fields that the current JSON RPC API
provides. Now it uses the standard transaction type which is able to
hold all provided fields.

Fixes: #1843

Co-authored-by: Jannik Luhn <jannik.luhn@posteo.de>
This commit is contained in:
jannikluhn 2022-11-09 00:06:58 +01:00 committed by GitHub
parent 2418098d8c
commit 9969b12252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 137 additions and 94 deletions

File diff suppressed because one or more lines are too long