You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node1.send_payment(node3,1) -> return Failed to build route
node3.send_payment(node1,1)
time.sleep(5)
node1.send_payment(node3,1)-> panic
2025-01-02T06:18:28.866955Z DEBUG fnn::fiber::channel: Updated local balance to 43699899998 and remote balance to 100100002 by removing tlc Offered(2) with reason RemoveTlcFulfill(RemoveTlcFulfill { payment_preimage: Hash256(0x7a9f76910e9ee976420c7c9339ba9eb11fa32929d53c9a9634d1d718ab5fcdb9) })
at src/fiber/channel.rs:4351
in ractor::actor::Actor with id: "0.8", name: "Channel-0 QmPgea8xr8shruKxkVgh5thWj2NG7XnUmgEeamoafviYwR <-> QmduitaXX4zjUACiQNFHLS4FKVv5D7gXq5gk1U8VwhaeiH"
thread 'tokio-runtime-worker' panicked at /Users/guopenglin/demo/tmp/fiber/src/fiber/history.rs:391:13:
assertion failed: current.fail_time == 0 || current.success_amount <= current.fail_amount
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
node.log
The text was updated successfully, but these errors were encountered: