Skip to content

Commit d00f5e5

Browse files
committed
chore: remove native bridge functionality.
1 parent b5afdce commit d00f5e5

File tree

2 files changed

+83
-797
lines changed

2 files changed

+83
-797
lines changed

aptos-move/framework/aptos-framework/sources/atomic_bridge.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module aptos_framework::atomic_bridge_initiator {
3434

3535
/// Initializes the module and stores the `EventHandle`s in the resource.
3636
public fun initialize(_aptos_framework: &signer) {
37-
abort EATOMIC_BRIDGE_DISABLED
37+
3838
}
3939

4040
/// Initiate a bridge transfer of ETH from Movement to the base layer

0 commit comments

Comments
 (0)