diff --git a/Stellar-ledger-entries.x b/Stellar-ledger-entries.x index 046f4a5..9caf8bd 100644 --- a/Stellar-ledger-entries.x +++ b/Stellar-ledger-entries.x @@ -8,7 +8,6 @@ namespace stellar { -typedef PublicKey AccountID; typedef opaque Thresholds[4]; typedef string string32<32>; typedef string string64<64>; diff --git a/Stellar-types.x b/Stellar-types.x index c3a1ebe..a6f9bf9 100644 --- a/Stellar-types.x +++ b/Stellar-types.x @@ -79,6 +79,7 @@ typedef opaque Signature<64>; typedef opaque SignatureHint[4]; typedef PublicKey NodeID; +typedef PublicKey AccountID; struct Curve25519Secret {