Skip to content

Commit

Permalink
Update to v2 protobuf in main
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Jul 28, 2023
1 parent d7d2c4f commit 858061f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>meile-gui</name>
<name>Meile-GUI-git</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from bip_utils import Bip39SeedGenerator, Bip44, Bip44Coins
from cosmpy.aerial.wallet import LocalWallet
from cosmpy.crypto.keypairs import PrivateKey
from sentinel_protobuf.sentinel.subscription.v1.msg_pb2 import MsgCancelRequest, MsgCancelResponse
from sentinel_protobuf.sentinel.subscription.v2.msg_pb2 import MsgCancelRequest, MsgCancelResponse
from cosmpy.aerial.tx import Transaction
from cosmpy.aerial.tx_helpers import TxResponse
from cosmpy.aerial.client.utils import prepare_and_broadcast_basic_transaction
Expand Down

0 comments on commit 858061f

Please sign in to comment.