|
@@ -27,7 +27,8 @@ uses
|
|
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
|
Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
|
Dialogs, StdCtrls, UCommon.UI,
|
|
Dialogs, StdCtrls, UCommon.UI,
|
|
UNode, UWallet, UCrypto, Buttons, UBlockChain, UBaseTypes,
|
|
UNode, UWallet, UCrypto, Buttons, UBlockChain, UBaseTypes,
|
|
- UAccounts, UFRMAccountSelect, ActnList, ComCtrls, Types, UCommon;
|
|
|
|
|
|
+ UAccounts, UFRMAccountSelect, ActnList, ComCtrls, Types, UCommon,
|
|
|
|
+ UPCOrderedLists;
|
|
|
|
|
|
Const
|
|
Const
|
|
CM_PC_WalletKeysChanged = WM_USER + 1;
|
|
CM_PC_WalletKeysChanged = WM_USER + 1;
|
|
@@ -177,7 +178,7 @@ type
|
|
implementation
|
|
implementation
|
|
|
|
|
|
uses
|
|
uses
|
|
- UECIES, UConst, UOpTransaction, UAES, UFRMWalletKeys, UUserInterface;
|
|
|
|
|
|
+ UECIES, UConst, UOpTransaction, UAES, UFRMWalletKeys, UUserInterface, UPCDataTypes;
|
|
|
|
|
|
{$R *.lfm}
|
|
{$R *.lfm}
|
|
|
|
|