mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-13 12:16:23 +00:00
Pending Transaction - save in external datasource
context initialization fix
This commit is contained in:
parent
52d9d19a18
commit
f2bf688f85
@ -12,6 +12,7 @@ import org.spongycastle.util.encoders.Hex;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.DependsOn;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import org.w3c.dom.Attr;
|
||||
@ -48,6 +49,7 @@ import javax.xml.transform.stream.StreamResult;
|
||||
* New accounts can be generated and added to the wallet and existing accounts can be queried.
|
||||
*/
|
||||
@Component
|
||||
@DependsOn("worldManager")
|
||||
public class Wallet {
|
||||
|
||||
private Logger logger = LoggerFactory.getLogger("wallet");
|
||||
|
Loading…
x
Reference in New Issue
Block a user