Merge branch 'pending-transaction-datasource'
This commit is contained in:
commit
3f1ec43b3b
|
@ -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…
Reference in New Issue